Char.IsAsciiHexDigit(Char) Methode

Definitie

Geeft aan of een teken is gecategoriseerd als een ASCII hexadecimaal cijfer.

public:
 static bool IsAsciiHexDigit(char c);
public static bool IsAsciiHexDigit(char c);
static member IsAsciiHexDigit : char -> bool
Public Shared Function IsAsciiHexDigit (c As Char) As Boolean

Parameters

c
Char

Het teken dat moet worden geƫvalueerd.

Retouren

trueals c dit een hexadecimaal cijfer is; anders. false

Opmerkingen

Met deze methode wordt bepaald of het teken zich in het bereik '0' tot en met '9', inclusief, 'A' tot en met 'F' of 'a' tot en met 'f' bevindt.

Van toepassing op