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