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

GetNumericValue

Alias for TCharacter.GetNumericValue

Declaration

Source position: character.pas line 152

function GetNumericValue(

  AChar: UnicodeChar

):Double; overload;

function GetNumericValue(

  const AString: UnicodeString;

  AIndex: Integer

):Double; overload;

Arguments

AChar

  

UTF16 Character

Function result

Numerical value of unicode character

Arguments

AString

  

String containing UTF-16 encoded characters

AIndex

  

Index of UTF16 encoded character in AString to be checked.

Description

GetNumericValue is a shortcut for TCharacter.GetNumericValue.

See also

TCharacter.GetNumericValue

  

Get the numeric value of the character


Documentation generated on: Nov 14 2015