[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

UnicodeCharLenToStrVar

Convert a memory buffer with unicode characters to an ansistring

Declaration

Source position: ustringh.inc line 47

procedure UnicodeCharLenToStrVar(

  Src: PUnicodeChar;

  Len: SizeInt;

  out Dest: UnicodeString

);

procedure UnicodeCharLenToStrVar(

  Src: PUnicodeChar;

  Len: SizeInt;

  out Dest: AnsiString

);

Description

UnicodeCharLenToString converts the unicode characters in buffer S with at most len bytes length, to an ansistring and returns the result in Dest

This function does the same as UnicodeCharLenToString.

Errors

No checking is done to see if the pointer S or length len are valid.

See also

StringToUnicodeChar

  

Convert an ansistring to a null-terminated array of unicode characters.

UnicodeCharToString

  

Convert unicode character to string

UnicodeCharLenToString

  

Convert a memory buffer with unicode characters to an ansistring

UnicodeCharToStrVar

  

Convert a null-terminated memory buffer with unicode characters to an ansistring


Documentation generated on: Mar 17 2017