Method | 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 |
Method | Description | |
---|---|---|
IsWhiteSpaceLatin1 ( char c ) : bool |
public static IsUpper ( string s, int index ) : bool | ||
s | string | |
index | int | |
return | bool |