UCase Function

   
UCase Function

Class

Microsoft.VisualBasic.Strings

Syntax

 UCase(   value   ) 
value (required; String)

A valid string expression

Return Value

String

Description

Converts a string to uppercase

Rules at a Glance

  • UCase only affects lowercase alphabetical letters ; all other characters within value remain unaffected.

  • UCase returns Nothing if value is Nothing .

See Also

LCase Function, StrConv Function

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net