[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create unicode string from array of bytes
Source position: sysunih.inc line 68
function WideStringOf( |
const Value: TBytes |
WideStringOf converts an array of bytes (Bytes) to a unicode string. It considers each pair of bytes in the array as a single wide char. The array should have an even length. If the length is uneven, the last byte will be ignored.
This function performs the opposite operation of BytesOf.
To create a string where the bytes are interpreted as ansichars, use StringOf instead.
|
Create a unicode string from an array of bytes |
|
|
Returns the contents of a widestring as an array of bytes |
|
|
Return the bytes in a string |