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 |
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 ) : |
||
GetCompareInfo ( int culture, |
||
GetCompareInfo ( string name ) : |
||
GetCompareInfo ( string name, |
||
GetHashCode ( ) : int | ||
GetSortKey ( string source ) : |
||
GetSortKey ( string source, CompareOptions options ) : |
||
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 |
Method | Description | |
---|---|---|
CompareInfo ( ) : System.Reflection | ||
CompareInfo ( |
||
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 |
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 |
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 |
public Compare ( string string1, int offset1, string string2, int offset2 ) : int | ||
string1 | string | |
offset1 | int | |
string2 | string | |
offset2 | int | |
return | int |
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 |
public Compare ( string string1, string string2 ) : int | ||
string1 | string | |
string2 | string | |
return | int |
public Compare ( string string1, string string2, CompareOptions options ) : int | ||
string1 | string | |
string2 | string | |
options | CompareOptions | |
return | int |
public static GetCompareInfo ( int culture ) : |
||
culture | int | |
return |
public static GetCompareInfo ( int culture, |
||
culture | int | |
assembly | ||
return |
public static GetCompareInfo ( string name ) : |
||
name | string | |
return |
public static GetCompareInfo ( string name, |
||
name | string | |
assembly | ||
return |
public GetSortKey ( string source ) : |
||
source | string | |
return |
public GetSortKey ( string source, CompareOptions options ) : |
||
source | string | |
options | CompareOptions | |
return |
public IndexOf ( string source, char value ) : int | ||
source | string | |
value | char | |
return | int |
public IndexOf ( string source, char value, CompareOptions options ) : int | ||
source | string | |
value | char | |
options | CompareOptions | |
return | int |
public IndexOf ( string source, char value, int startIndex ) : int | ||
source | string | |
value | char | |
startIndex | int | |
return | int |
public IndexOf ( string source, char value, int startIndex, CompareOptions options ) : int | ||
source | string | |
value | char | |
startIndex | int | |
options | CompareOptions | |
return | int |
public IndexOf ( string source, char value, int startIndex, int count ) : int | ||
source | string | |
value | char | |
startIndex | int | |
count | int | |
return | int |
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 |
public IndexOf ( string source, string value ) : int | ||
source | string | |
value | string | |
return | int |
public IndexOf ( string source, string value, CompareOptions options ) : int | ||
source | string | |
value | string | |
options | CompareOptions | |
return | int |
public IndexOf ( string source, string value, int startIndex ) : int | ||
source | string | |
value | string | |
startIndex | int | |
return | int |
public IndexOf ( string source, string value, int startIndex, CompareOptions options ) : int | ||
source | string | |
value | string | |
startIndex | int | |
options | CompareOptions | |
return | int |
public IndexOf ( string source, string value, int startIndex, int count ) : int | ||
source | string | |
value | string | |
startIndex | int | |
count | int | |
return | int |
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 |
public IsPrefix ( string source, string prefix ) : bool | ||
source | string | |
prefix | string | |
return | bool |
public IsPrefix ( string source, string prefix, CompareOptions options ) : bool | ||
source | string | |
prefix | string | |
options | CompareOptions | |
return | bool |
public IsSuffix ( string source, string suffix ) : bool | ||
source | string | |
suffix | string | |
return | bool |
public IsSuffix ( string source, string suffix, CompareOptions options ) : bool | ||
source | string | |
suffix | string | |
options | CompareOptions | |
return | bool |
public LastIndexOf ( string source, char value ) : int | ||
source | string | |
value | char | |
return | int |
public LastIndexOf ( string source, char value, CompareOptions options ) : int | ||
source | string | |
value | char | |
options | CompareOptions | |
return | int |
public LastIndexOf ( string source, char value, int startIndex ) : int | ||
source | string | |
value | char | |
startIndex | int | |
return | int |
public LastIndexOf ( string source, char value, int startIndex, CompareOptions options ) : int | ||
source | string | |
value | char | |
startIndex | int | |
options | CompareOptions | |
return | int |
public LastIndexOf ( string source, char value, int startIndex, int count ) : int | ||
source | string | |
value | char | |
startIndex | int | |
count | int | |
return | int |
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 |
public LastIndexOf ( string source, string value ) : int | ||
source | string | |
value | string | |
return | int |
public LastIndexOf ( string source, string value, CompareOptions options ) : int | ||
source | string | |
value | string | |
options | CompareOptions | |
return | int |
public LastIndexOf ( string source, string value, int startIndex ) : int | ||
source | string | |
value | string | |
startIndex | int | |
return | int |
public LastIndexOf ( string source, string value, int startIndex, CompareOptions options ) : int | ||
source | string | |
value | string | |
startIndex | int | |
options | CompareOptions | |
return | int |
public LastIndexOf ( string source, string value, int startIndex, int count ) : int | ||
source | string | |
value | string | |
startIndex | int | |
count | int | |
return | int |
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 |