Char.IsAsciiHexDigitUpper(Char) Methode

Definitie

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

public:
 static bool IsAsciiHexDigitUpper(char c);
public static bool IsAsciiHexDigitUpper(char c);
static member IsAsciiHexDigitUpper : char -> bool
Public Shared Function IsAsciiHexDigitUpper (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

Hiermee bepaalt u of het teken zich in het bereik '0' tot en met '9', inclusief of 'A' tot en met F bevindt.

Van toepassing op