Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

WideCharLenToString

Convert a length-limited array of widechar to an unicodestring.

Declaration

Source position: ustringh.inc line 40

function WideCharLenToString(

  S: PWideChar;

  Len: SizeInt

):UnicodeString;

Description

WideCharLenToString converts at most Len widecharacters from the null-terminated widechar array S to an unicodestring, and returns the unicodestring.

Errors

No validity checking is performed on S. Passing an invalid pointer may lead to access violations.

See also

StringToWideChar

  

Convert a string to an array of widechars.

WideCharToString

  

Convert a null-terminated array of widechar to an unicodestring.

WideCharToStrVar

  

Convert a null-terminated array of widechar to an ansistring.

WideCharLenToStrVar

  

Convert a length-limited array of widechar to an ansistring.


Documentation generated on: Jul 24 2023