fromANSIToString

fromANSIToString(lcid: Integer): String;

The fromANSIToString method of the Binary primitive type converts the receiver to a string using the code page for the locale specified by the lcid parameter and returns the resulting string.

Some code pages (for example, the one used in the People’s Republic of China locale) contain multi-byte characters as well as single-byte characters.