[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a unicode string from an array of bytes
Source position: sysunih.inc line 66
function StringOf( |
const Bytes: TBytes |
StringOf converts an array of bytes (Bytes) to a unicode string. It interprets the bytes as a single-byte string, using the default codepage.
To create a string where the bytes are interpreted as wide chars, use WideStringOf instead.
None.
|
Returns the contents of a widestring as an array of bytes |
|
|
Create unicode string from array of bytes |