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



ProcessHexChars


Unit:SDL_stringl
Class:none
Declaration:function ProcessHexChars (InString: string): string;

The function ProcessHexChars allows to insert control characters into a string. The control characters have to be encoded by the following pattern:
     \#XX
with XX beeing a two-digit hexdecimal number representing the ASCII code of the character to be inserted. ProcessHexChars works by replacing all encoded character patterns in the string InString by the respective binary characters. The resulting string is returned as the function result.


Last Update: 2023-Feb-06