IsHexEncoding

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TSystemUri class > Methods >

IsHexEncoding

Previous pageReturn to chapter overviewNext page

Determines whether a character in a string is hexadecimal encoded.

 

pattern - The string to check.

index - The location in pattern to check for hexadecimal encoding; 1 based.

 

Returns:

A Boolean value that is true if pattern is hexadecimal encoded at the specified location; otherwise, false.

 

IsHexEncoding                   PROCEDURE(STRING pattern, long index), BOOL