Hex Digit? function
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
Object information | |
---|---|
Owning palette(s) | Comparison palette |
Type | Function |
Requires | Basic Development Environment |
Icon |
The Hex Digit? function returns TRUE if char represents a hex digit ranging from 0 through 9, A through F, or a through f. If char is a string, this function uses the first character in the string. If char is a number, this function interprets it as the ASCII value of a character. If char is a floating-point number, this function rounds to the nearest integer. Otherwise, this function returns FALSE.
Contents |
Usage
Specific use cases for this function. |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |
See Also
Add links to internal resources that would also help. |
External Links
Add links to external resources that would also help. |