The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



IsValidDecInt


Unit:SDL_math1
Class: none
Declaration: function IsValidDecInt (Instring: string): boolean;

The function IsValidDecInt checks whether the string Instring contains a valid decimal integer number. Valid characters are the digits ‘0’ through ’9’, and leading '+' or '-'. No leading blanks are allowed.


Last Update: 2023-Feb-06