NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

LCase Function

Returns a String that has been converted to lowercase.

LCase(string)

The required string argument is any valid string expression.

Remarks

Only uppercase letters are converted to lowercase; all lowercase letters and nonletter characters remain unchanged.

See Also

Example

Returning Strings from Functions | UCase Function