Unit 'Character' Package
[Overview][Types][Classes][Procedures and functions][Index] [#rtl]

TCharHelper.ConvertToUtf32

Declaration

Source position: character.pas line 211

public class function TCharHelper.ConvertToUtf32(

  const S: UnicodeString;

  Index: Integer

):UCS4Char; overload;

class function TCharHelper.ConvertToUtf32(

  const S: UnicodeString;

  Index: Integer;

  out CharLength: Integer

):UCS4Char; overload;

class function TCharHelper.ConvertToUtf32(

  const HighSurrogate: UnicodeChar;

  const LowSurrogate: UnicodeChar

):UCS4Char; overload;


Documentation generated on: Jan 30 2024