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....



IsValidHex


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

The function IsValidHex checks whether the string Instring contains a valid hexadecimal number. Valid characters are the digits '0' through '9', and 'A' through 'F'. No leading blanks or signs are allowed.


Last Update: 2023-Feb-06