Convert a length-limited array of widechar to an unicodestring.
Source position: ustringh.inc line 36
function WideCharLenToString( |
S: PWideChar; |
Len: SizeInt |
WideCharLenToString converts at most Len widecharacters from the null-terminated widechar array S to an unicodestring, and returns the unicodestring.
No validity checking is performed on S. Passing an invalid pointer may lead to access violations.
|
Convert a string to an array of widechars. |
|
|
Convert a null-terminated array of widechar to an unicodestring. |
|
|
Convert a null-terminated array of widechar to an ansistring. |
|
|
Convert a length-limited array of widechar to an ansistring. |