Méthode | Description | |
---|---|---|
CompareTo ( char value ) : int | ||
Equals ( char obj ) : bool | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IsUpper ( char c ) : bool | ||
IsUpper ( string s, int index ) : bool | ||
IsWhiteSpace ( char c ) : bool | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
IsWhiteSpaceLatin1 ( char c ) : bool |
public static IsUpper ( string s, int index ) : bool | ||
s | string | |
index | int | |
Résultat | bool |
public static IsWhiteSpace ( char c ) : bool | ||
c | char | |
Résultat | bool |