RAD Studio VCL Reference
|
Returns the UTF-8 string converted to lower case.
function UTF8LowerCase(const S: UTF8string): UTF8string;
UTF8string UTF8LowerCase(const UTF8string S);
UTF8LowerCase converts all characters in the given UTF8String to lower case. The conversion is not locale specific.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|