Click or drag to resize

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
C#
public static byte GetHexaByte(
	char c
)

Parameters

c
Type: SystemChar
A character.

Return Value

Type: Byte
A byte.
See Also