Method |
Description |
|
AllocateDefaultCasingTable ( byte ptr ) : void* |
|
|
ChangeCaseSurrogate ( char highSurrogate, char lowSurrogate, char &resultHighSurrogate, char &resultLowSurrogate, bool isToUpper ) : void |
|
|
Clone ( ) : Object |
|
|
CompareOrdinalIgnoreCase ( String str1, String str2 ) : int |
|
|
CompareOrdinalIgnoreCaseEx ( String strA, int indexA, String strB, int indexB, int length ) : int |
|
|
GetCaseInsensitiveHashCode ( String str ) : int |
|
|
GetHashCodeOrdinalIgnoreCase ( String s ) : int |
|
|
GetNativeTextInfo ( int cultureID ) : void* |
|
|
IDeserializationCallback ( Object sender ) : void |
|
|
IndexOfStringOrdinalIgnoreCase ( String source, String value, int startIndex, int count ) : int |
|
|
InternalAllocateCasingTable ( byte ptr, int exceptionIndex ) : void* |
|
|
IsLetterCategory ( UnicodeCategory uc ) : bool |
|
|
IsWordSeparator ( UnicodeCategory category ) : bool |
|
|
LastIndexOfStringOrdinalIgnoreCase ( String source, String value, int startIndex, int count ) : int |
|
|
OnDeserialized ( ) : void |
|
|
OnDeserialized ( StreamingContext ctx ) : void |
|
|
OnDeserializing ( StreamingContext ctx ) : void |
|
|
OnSerializing ( StreamingContext ctx ) : void |
|
|
ReadOnly ( TextInfo textInfo ) : TextInfo |
|
|
SetReadOnlyState ( bool readOnly ) : void |
|
|
TextInfo ( ) : System |
|
|
TextInfo ( CultureTableRecord table ) : System |
|
|
VerifyWritable ( ) : void |
|
|
nativeChangeCaseChar ( int win32LangID, void pNativeTextInfo, char ch, bool isToUpper ) : char |
|
|
nativeChangeCaseString ( int win32LangID, void pNativeTextInfo, String str, bool isToUpper ) : String |
|
|
nativeChangeCaseSurrogate ( void pNativeTextInfo, char highSurrogate, char lowSurrogate, char resultHighSurrogate, char resultLowSurrogate, bool isToUpper ) : void |
|
|
nativeCompareOrdinalIgnoreCase ( void pNativeTextInfo, String str1, String str2 ) : int |
|
|
nativeCompareOrdinalIgnoreCaseEx ( void pNativeTextInfo, String strA, int indexA, String strB, int indexB, int length ) : int |
|
|
nativeGetCaseInsHash ( String str, void pNativeTextInfo ) : int |
|
|
nativeGetHashCodeOrdinalIgnoreCase ( void pNativeTextInfo, String s ) : int |
|
|
nativeGetInvariantTextInfo ( ) : void* |
|
|
nativeGetTitleCaseChar ( void pNativeTextInfo, char ch ) : char |
|
|
nativeIndexOfCharOrdinalIgnoreCase ( void pNativeTextInfo, String str, Char value, int startIndex, int count ) : int |
|
|
nativeIndexOfStringOrdinalIgnoreCase ( void pNativeTextInfo, String str, String value, int startIndex, int count ) : int |
|
|
nativeLastIndexOfCharOrdinalIgnoreCase ( void pNativeTextInfo, String str, Char value, int startIndex, int count ) : int |
|
|
nativeLastIndexOfStringOrdinalIgnoreCase ( void pNativeTextInfo, String str, String value, int startIndex, int count ) : int |
|
|