C# Class System.Globalization.CompareInfo.CompareInfo

Mostra file Open project: runefs/Marvin

Private Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Compare() public method

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
return int

Compare() public method

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
return int

Compare() public method

public Compare ( string string1, int offset1, string string2, int offset2 ) : int
string1 string
offset1 int
string2 string
offset2 int
return int

Compare() public method

public Compare ( string string1, int offset1, string string2, int offset2, CompareOptions options ) : int
string1 string
offset1 int
string2 string
offset2 int
options CompareOptions
return int

Compare() public method

public Compare ( string string1, string string2 ) : int
string1 string
string2 string
return int

Compare() public method

public Compare ( string string1, string string2, CompareOptions options ) : int
string1 string
string2 string
options CompareOptions
return int

Equals() public method

public Equals ( object value ) : bool
value object
return bool

GetCompareInfo() public static method

public static GetCompareInfo ( int culture ) : CompareInfo
culture int
return CompareInfo

GetCompareInfo() public static method

public static GetCompareInfo ( int culture, Assembly assembly ) : CompareInfo
culture int
assembly System.Reflection.Assembly
return CompareInfo

GetCompareInfo() public static method

public static GetCompareInfo ( string name ) : CompareInfo
name string
return CompareInfo

GetCompareInfo() public static method

public static GetCompareInfo ( string name, Assembly assembly ) : CompareInfo
name string
assembly System.Reflection.Assembly
return CompareInfo

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetSortKey() public method

public GetSortKey ( string source ) : SortKey
source string
return SortKey

GetSortKey() public method

public GetSortKey ( string source, CompareOptions options ) : SortKey
source string
options CompareOptions
return SortKey

IndexOf() public method

public IndexOf ( string source, char value ) : int
source string
value char
return int

IndexOf() public method

public IndexOf ( string source, char value, CompareOptions options ) : int
source string
value char
options CompareOptions
return int

IndexOf() public method

public IndexOf ( string source, char value, int startIndex ) : int
source string
value char
startIndex int
return int

IndexOf() public method

public IndexOf ( string source, char value, int startIndex, CompareOptions options ) : int
source string
value char
startIndex int
options CompareOptions
return int

IndexOf() public method

public IndexOf ( string source, char value, int startIndex, int count ) : int
source string
value char
startIndex int
count int
return int

IndexOf() public method

public IndexOf ( string source, char value, int startIndex, int count, CompareOptions options ) : int
source string
value char
startIndex int
count int
options CompareOptions
return int

IndexOf() public method

public IndexOf ( string source, string value ) : int
source string
value string
return int

IndexOf() public method

public IndexOf ( string source, string value, CompareOptions options ) : int
source string
value string
options CompareOptions
return int

IndexOf() public method

public IndexOf ( string source, string value, int startIndex ) : int
source string
value string
startIndex int
return int

IndexOf() public method

public IndexOf ( string source, string value, int startIndex, CompareOptions options ) : int
source string
value string
startIndex int
options CompareOptions
return int

IndexOf() public method

public IndexOf ( string source, string value, int startIndex, int count ) : int
source string
value string
startIndex int
count int
return int

IndexOf() public method

public IndexOf ( string source, string value, int startIndex, int count, CompareOptions options ) : int
source string
value string
startIndex int
count int
options CompareOptions
return int

IsPrefix() public method

public IsPrefix ( string source, string prefix ) : bool
source string
prefix string
return bool

IsPrefix() public method

public IsPrefix ( string source, string prefix, CompareOptions options ) : bool
source string
prefix string
options CompareOptions
return bool

IsSuffix() public method

public IsSuffix ( string source, string suffix ) : bool
source string
suffix string
return bool

IsSuffix() public method

public IsSuffix ( string source, string suffix, CompareOptions options ) : bool
source string
suffix string
options CompareOptions
return bool

LastIndexOf() public method

public LastIndexOf ( string source, char value ) : int
source string
value char
return int

LastIndexOf() public method

public LastIndexOf ( string source, char value, CompareOptions options ) : int
source string
value char
options CompareOptions
return int

LastIndexOf() public method

public LastIndexOf ( string source, char value, int startIndex ) : int
source string
value char
startIndex int
return int

LastIndexOf() public method

public LastIndexOf ( string source, char value, int startIndex, CompareOptions options ) : int
source string
value char
startIndex int
options CompareOptions
return int

LastIndexOf() public method

public LastIndexOf ( string source, char value, int startIndex, int count ) : int
source string
value char
startIndex int
count int
return int

LastIndexOf() public method

public LastIndexOf ( string source, char value, int startIndex, int count, CompareOptions options ) : int
source string
value char
startIndex int
count int
options CompareOptions
return int

LastIndexOf() public method

public LastIndexOf ( string source, string value ) : int
source string
value string
return int

LastIndexOf() public method

public LastIndexOf ( string source, string value, CompareOptions options ) : int
source string
value string
options CompareOptions
return int

LastIndexOf() public method

public LastIndexOf ( string source, string value, int startIndex ) : int
source string
value string
startIndex int
return int

LastIndexOf() public method

public LastIndexOf ( string source, string value, int startIndex, CompareOptions options ) : int
source string
value string
startIndex int
options CompareOptions
return int

LastIndexOf() public method

public LastIndexOf ( string source, string value, int startIndex, int count ) : int
source string
value string
startIndex int
count int
return int

LastIndexOf() public method

public LastIndexOf ( string source, string value, int startIndex, int count, CompareOptions options ) : int
source string
value string
startIndex int
count int
options CompareOptions
return int

ToString() public method

public ToString ( ) : string
return string