C# 클래스 System.Globalization.CompareInfo

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClearDefaultAssemblyCache void
Compare int
CompareInfo System
CompareRegion int
GetCompareInfoByName CompareInfo
GetHashCodeOfString int
GetSortingLCID int
IDeserializationCallback void
IndexOfChar int
IndexOfString int
InitializeCompareInfo void*
InitializeNativeCompareInfo void*
IsSortable bool
IsSortable bool
LastIndexOfChar int
LastIndexOfString int
OnDeserialized void
OnDeserialized void
OnDeserializing void
OnSerializing void
SetName void
nativeCompareString int
nativeCreateSortKey byte[]
nativeGetGlobalizedHashCode int
nativeIsPrefix bool
nativeIsSortable bool
nativeIsSuffix bool

공개 메소드들

메소드 설명
Compare ( String string1, String string2 ) : int
Compare ( String string1, String string2, CompareOptions options ) : int
Compare ( String string1, int offset1, String string2, int offset2 ) : int
Compare ( String string1, int offset1, String string2, int offset2, CompareOptions options ) : int
Compare ( String string1, int offset1, int length1, String string2, int offset2, int length2 ) : int
Compare ( String string1, int offset1, int length1, String string2, int offset2, int length2, CompareOptions options ) : int
Equals ( Object value ) : bool
GetCompareInfo ( String name ) : CompareInfo
GetCompareInfo ( String name, Assembly assembly ) : CompareInfo
GetCompareInfo ( int culture ) : CompareInfo
GetCompareInfo ( int culture, Assembly assembly ) : CompareInfo
GetHashCode ( ) : int
GetSortKey ( String source ) : SortKey
GetSortKey ( String source, CompareOptions options ) : SortKey
IndexOf ( String source, String value ) : int
IndexOf ( String source, String value, CompareOptions options ) : int
IndexOf ( String source, String value, int startIndex ) : int
IndexOf ( String source, String value, int startIndex, CompareOptions options ) : int
IndexOf ( String source, String value, int startIndex, int count ) : int
IndexOf ( String source, String value, int startIndex, int count, CompareOptions options ) : int
IndexOf ( String source, char value ) : int
IndexOf ( String source, char value, CompareOptions options ) : int
IndexOf ( String source, char value, int startIndex ) : int
IndexOf ( String source, char value, int startIndex, CompareOptions options ) : int
IndexOf ( String source, char value, int startIndex, int count ) : int
IndexOf ( String source, char value, int startIndex, int count, CompareOptions options ) : int
IsPrefix ( String source, String prefix ) : bool
IsPrefix ( String source, String prefix, CompareOptions options ) : bool
IsSuffix ( String source, String suffix ) : bool
IsSuffix ( String source, String suffix, CompareOptions options ) : bool
LastIndexOf ( String source, String value ) : int
LastIndexOf ( String source, String value, CompareOptions options ) : int
LastIndexOf ( String source, String value, int startIndex ) : int
LastIndexOf ( String source, String value, int startIndex, CompareOptions options ) : int
LastIndexOf ( String source, String value, int startIndex, int count ) : int
LastIndexOf ( String source, String value, int startIndex, int count, CompareOptions options ) : int
LastIndexOf ( String source, char value ) : int
LastIndexOf ( String source, char value, CompareOptions options ) : int
LastIndexOf ( String source, char value, int startIndex ) : int
LastIndexOf ( String source, char value, int startIndex, CompareOptions options ) : int
LastIndexOf ( String source, char value, int startIndex, int count ) : int
LastIndexOf ( String source, char value, int startIndex, int count, CompareOptions options ) : int
ToString ( ) : String

비공개 메소드들

메소드 설명
ClearDefaultAssemblyCache ( ) : void
Compare ( void pSortingTable, int sortingLCID, String string1, String string2, CompareOptions options ) : int
CompareInfo ( GlobalizationAssembly ga, int culture ) : System
CompareRegion ( void pSortingTable, int sortingLCID, String string1, int offset1, int length1, String string2, int offset2, int length2, CompareOptions options ) : int
GetCompareInfoByName ( string name, Assembly assembly ) : CompareInfo
GetHashCodeOfString ( string source, CompareOptions options ) : int
GetSortingLCID ( int culture ) : int
IDeserializationCallback ( Object sender ) : void
IndexOfChar ( void pSortingTable, int sortingLCID, String source, char value, int startIndex, int count, int options ) : int
IndexOfString ( void pSortingTable, int sortingLCID, String source, String value, int startIndex, int count, int options ) : int
InitializeCompareInfo ( void pNativeGlobalizationAssembly, int sortingLCID ) : void*
InitializeNativeCompareInfo ( void pNativeGlobalizationAssembly, int sortingLCID ) : void*
IsSortable ( String text ) : bool
IsSortable ( char ch ) : bool
LastIndexOfChar ( void pSortingTable, int sortingLCID, String source, char value, int startIndex, int count, int options ) : int
LastIndexOfString ( void pSortingTable, int sortingLCID, String source, String value, int startIndex, int count, int options ) : int
OnDeserialized ( ) : void
OnDeserialized ( StreamingContext ctx ) : void
OnDeserializing ( StreamingContext ctx ) : void
OnSerializing ( StreamingContext ctx ) : void
SetName ( string name ) : void
nativeCompareString ( int lcid, string string1, int offset1, int length1, string string2, int offset2, int length2, int flags ) : int
nativeCreateSortKey ( void pSortingFile, String pString, int dwFlags, int win32LCID ) : byte[]
nativeGetGlobalizedHashCode ( void pSortingFile, String pString, int dwFlags, int win32LCID ) : int
nativeIsPrefix ( void pSortingTable, int sortingLCID, String source, String prefix, CompareOptions options ) : bool
nativeIsSortable ( void pSortingFile, String pString ) : bool
nativeIsSuffix ( void pSortingTable, int sortingLCID, String source, String prefix, CompareOptions options ) : bool

메소드 상세

Compare() 공개 메소드

public Compare ( String string1, String string2 ) : int
string1 String
string2 String
리턴 int

Compare() 공개 메소드

public Compare ( String string1, String string2, CompareOptions options ) : int
string1 String
string2 String
options CompareOptions
리턴 int

Compare() 공개 메소드

public Compare ( String string1, int offset1, String string2, int offset2 ) : int
string1 String
offset1 int
string2 String
offset2 int
리턴 int

Compare() 공개 메소드

public Compare ( String string1, int offset1, String string2, int offset2, CompareOptions options ) : int
string1 String
offset1 int
string2 String
offset2 int
options CompareOptions
리턴 int

Compare() 공개 메소드

public Compare ( String string1, int offset1, int length1, String string2, int offset2, int length2 ) : int
string1 String
offset1 int
length1 int
string2 String
offset2 int
length2 int
리턴 int

Compare() 공개 메소드

public Compare ( String string1, int offset1, int length1, String string2, int offset2, int length2, CompareOptions options ) : int
string1 String
offset1 int
length1 int
string2 String
offset2 int
length2 int
options CompareOptions
리턴 int

Equals() 공개 메소드

public Equals ( Object value ) : bool
value Object
리턴 bool

GetCompareInfo() 공개 정적인 메소드

public static GetCompareInfo ( String name ) : CompareInfo
name String
리턴 CompareInfo

GetCompareInfo() 공개 정적인 메소드

public static GetCompareInfo ( String name, Assembly assembly ) : CompareInfo
name String
assembly Assembly
리턴 CompareInfo

GetCompareInfo() 공개 정적인 메소드

public static GetCompareInfo ( int culture ) : CompareInfo
culture int
리턴 CompareInfo

GetCompareInfo() 공개 정적인 메소드

public static GetCompareInfo ( int culture, Assembly assembly ) : CompareInfo
culture int
assembly Assembly
리턴 CompareInfo

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSortKey() 공개 메소드

public GetSortKey ( String source ) : SortKey
source String
리턴 SortKey

GetSortKey() 공개 메소드

public GetSortKey ( String source, CompareOptions options ) : SortKey
source String
options CompareOptions
리턴 SortKey

IndexOf() 공개 메소드

public IndexOf ( String source, String value ) : int
source String
value String
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, String value, CompareOptions options ) : int
source String
value String
options CompareOptions
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, String value, int startIndex ) : int
source String
value String
startIndex int
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, String value, int startIndex, CompareOptions options ) : int
source String
value String
startIndex int
options CompareOptions
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, String value, int startIndex, int count ) : int
source String
value String
startIndex int
count int
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, String value, int startIndex, int count, CompareOptions options ) : int
source String
value String
startIndex int
count int
options CompareOptions
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, char value ) : int
source String
value char
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, char value, CompareOptions options ) : int
source String
value char
options CompareOptions
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, char value, int startIndex ) : int
source String
value char
startIndex int
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, char value, int startIndex, CompareOptions options ) : int
source String
value char
startIndex int
options CompareOptions
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, char value, int startIndex, int count ) : int
source String
value char
startIndex int
count int
리턴 int

IndexOf() 공개 메소드

public IndexOf ( String source, char value, int startIndex, int count, CompareOptions options ) : int
source String
value char
startIndex int
count int
options CompareOptions
리턴 int

IsPrefix() 공개 메소드

public IsPrefix ( String source, String prefix ) : bool
source String
prefix String
리턴 bool

IsPrefix() 공개 메소드

public IsPrefix ( String source, String prefix, CompareOptions options ) : bool
source String
prefix String
options CompareOptions
리턴 bool

IsSuffix() 공개 메소드

public IsSuffix ( String source, String suffix ) : bool
source String
suffix String
리턴 bool

IsSuffix() 공개 메소드

public IsSuffix ( String source, String suffix, CompareOptions options ) : bool
source String
suffix String
options CompareOptions
리턴 bool

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, String value ) : int
source String
value String
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, String value, CompareOptions options ) : int
source String
value String
options CompareOptions
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, String value, int startIndex ) : int
source String
value String
startIndex int
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, String value, int startIndex, CompareOptions options ) : int
source String
value String
startIndex int
options CompareOptions
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, String value, int startIndex, int count ) : int
source String
value String
startIndex int
count int
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, String value, int startIndex, int count, CompareOptions options ) : int
source String
value String
startIndex int
count int
options CompareOptions
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, char value ) : int
source String
value char
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, char value, CompareOptions options ) : int
source String
value char
options CompareOptions
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, char value, int startIndex ) : int
source String
value char
startIndex int
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, char value, int startIndex, CompareOptions options ) : int
source String
value char
startIndex int
options CompareOptions
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, char value, int startIndex, int count ) : int
source String
value char
startIndex int
count int
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( String source, char value, int startIndex, int count, CompareOptions options ) : int
source String
value char
startIndex int
count int
options CompareOptions
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String