toLocaleUpperCase

The toLocaleUpperCase method converts a string to uppercase letters, according to the host's locale.

 

Syntax

System.String toLocaleUpperCase();

 

Return Value

Returns the converted string.

 

Remarks

Member of string.

 

Example