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



IsHexChar


Unit:SDL_stringl
Class:none
Declaration: function IsHexChar (c: char): boolean;

The function IsHexChar returns TRUE if the character c is a hexadecimal digit ('0' to '9', or 'A' to 'F', either lower or upper case).


Last Update: 2023-Feb-06