Method | Description | |
---|---|---|
AddDiacriticalMap ( byte target, byte replace ) : void | ||
AddReplacementMap ( string source, string replace ) : void | ||
AddSortKeyMap ( string source, byte sortkey ) : void | ||
ItemToCharArray ( ) : char[] | ||
Tailoring ( int lcid ) : System | ||
Tailoring ( int lcid, int alias ) : System |
public AddDiacriticalMap ( byte target, byte replace ) : void | ||
target | byte | |
replace | byte | |
return | void |
public AddReplacementMap ( string source, string replace ) : void | ||
source | string | |
replace | string | |
return | void |
public AddSortKeyMap ( string source, byte sortkey ) : void | ||
source | string | |
sortkey | byte | |
return | void |
public Tailoring ( int lcid, int alias ) : System | ||
lcid | int | |
alias | int | |
return | System |