C# Класс System.Globalization.CompareInfo.CompareInfo

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CompareInfo System.Reflection
CompareInfo System.Reflection
IsSortable bool
IsSortable bool
internal_compare_managed int
internal_compare_switch int
internal_index_managed int
internal_index_managed int
internal_index_switch int
internal_index_switch 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
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, string string2 ) : int
Compare ( string string1, string string2, CompareOptions options ) : int
Equals ( object value ) : bool
GetCompareInfo ( int culture ) : CompareInfo
GetCompareInfo ( int culture, Assembly assembly ) : CompareInfo
GetCompareInfo ( string name ) : CompareInfo
GetCompareInfo ( string name, Assembly assembly ) : CompareInfo
GetHashCode ( ) : int
GetSortKey ( string source ) : SortKey
GetSortKey ( string source, CompareOptions options ) : SortKey
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
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
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, 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
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
ToString ( ) : string

Приватные методы

Метод Описание
CompareInfo ( ) : System.Reflection
CompareInfo ( CultureInfo ci ) : System.Reflection
IsSortable ( char ch ) : bool
IsSortable ( string text ) : bool
internal_compare_managed ( string str1, int offset1, int length1, string str2, int offset2, int length2, CompareOptions options ) : int
internal_compare_switch ( string str1, int offset1, int length1, string str2, int offset2, int length2, CompareOptions options ) : int
internal_index_managed ( string s, int sindex, int count, char c, CompareOptions opt, bool first ) : int
internal_index_managed ( string s1, int sindex, int count, string s2, CompareOptions opt, bool first ) : int
internal_index_switch ( string s, int sindex, int count, char c, CompareOptions opt, bool first ) : int
internal_index_switch ( string s1, int sindex, int count, string s2, CompareOptions opt, bool first ) : 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

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, 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

Equals() публичный Метод

public Equals ( object value ) : bool
value object
Результат bool

GetCompareInfo() публичный статический Метод

public static GetCompareInfo ( int culture ) : CompareInfo
culture int
Результат CompareInfo

GetCompareInfo() публичный статический Метод

public static GetCompareInfo ( int culture, Assembly assembly ) : CompareInfo
culture int
assembly System.Reflection.Assembly
Результат CompareInfo

GetCompareInfo() публичный статический Метод

public static GetCompareInfo ( string name ) : CompareInfo
name string
Результат CompareInfo

GetCompareInfo() публичный статический Метод

public static GetCompareInfo ( string name, Assembly assembly ) : CompareInfo
name string
assembly System.Reflection.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, 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

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

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, 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

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

ToString() публичный Метод

public ToString ( ) : string
Результат string