VirtualString.ToUppercase() Method

Top 

Description

Returns a copy of the string where cased characters are converted to their uppercase equivalent.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

VirtualString.ToUppercase(

)

 

 

Return Value

Type:

string

 

 

Returns a String containing the converted version of the calling String.

 

Syntax

myString1 = myString2.ToLowercase().ToUppercase();

 

 

See also

VirtualString Object