[Overview][Types][Classes][Procedures and functions][Index] |
Alias for TCharacter.GetNumericValue
Source position: character.pas line 152
function GetNumericValue( |
AChar: UnicodeChar |
):Double; overload; |
const AString: UnicodeString; |
AIndex: Integer |
):Double; overload; |
AChar |
|
UTF16 Character |
Numerical value of unicode character
AString |
|
String containing UTF-16 encoded characters |
AIndex |
|
Index of UTF16 encoded character in AString to be checked. |
GetNumericValue is a shortcut for TCharacter.GetNumericValue.
|
Get the numeric value of the character |