[String_IsHexdigit] returns boolean True if the string contains only hexadecimal numerals (0-9 and a-f).
string_ishexdigit('String Value')
Use the [String_IsHexdigit] method. The following example checks whether the string "ffcc99" contains only hexidecimal numerals, returning True.
Code
string_ishexdigit('ffcc99')
Result
true
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments