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