Table of Contents

Method IsHexChar

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

IsHexChar(char)

Determines whether the specified character is a valid hexadecimal digit.

public static bool IsHexChar(char c)

Parameters

c char

The character to evaluate.

Returns

bool

true if the character is a valid hexadecimal digit (0-9, A-F, or a-f); otherwise, false.