ConversionsGetHexaByte Method |
Gets the byte from an hexadecimal character. Returns 255 (0xFF) is the character is not hexadecimal.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static byte GetHexaByte(
char c
)
Parameters
- c
- Type: SystemChar
A character.
Return Value
Type:
ByteA byte.
See Also