Navigation: Code Documentation > RSCommon > HelperFunctions > Routines
IsNumberSymbol(Char) Method
Returns true if the input character is a symbol used in a number ('+', '-', '.')
Namespace: HelperFunctions
Delphi
function IsNumberSymbol( ch: Char ): Boolean;
Parameters
ch
Type: Char
Type: Boolean
•HelperFunctions.IsNumberChar(Char)
•HelperFunctions