RAD Studio VCL Reference
|
Ensure string's data is ANSI data.
function EnsureAnsi: AnsiStringBase&;
__fastcall AnsiStringBase& EnsureAnsi();
If the string's data is Unicode, i.e., its element length is 2, System::AnsiStringBase::EnsureAnsi converts the Unicode to ANSI using the current locale.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|