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;
Description
GetNumericValue is a shortcut for TCharacter.GetNumericValue .
See also
| Name | Description | 
|---|---|
| TCharacter.GetNumericValue | Get the numeric value of the character |