Méthode | Description | |
---|---|---|
GetHexDigit ( Char ch ) : System.Int64 | ||
IsEscapeChar ( Char ch ) : System.Boolean | ||
IsHexDigit ( Char ch ) : System.Boolean | ||
IsOctDigit ( Char ch ) : System.Boolean | ||
IsSpace ( Char ch ) : System.Boolean |
public static GetHexDigit ( Char ch ) : System.Int64 | ||
ch | Char | |
Résultat | System.Int64 |
public static IsEscapeChar ( Char ch ) : System.Boolean | ||
ch | Char | |
Résultat | System.Boolean |
public static IsHexDigit ( Char ch ) : System.Boolean | ||
ch | Char | |
Résultat | System.Boolean |
public static IsOctDigit ( Char ch ) : System.Boolean | ||
ch | Char | |
Résultat | System.Boolean |
public static IsSpace ( Char ch ) : System.Boolean | ||
ch | Char | |
Résultat | System.Boolean |