Метод | Описание | |
---|---|---|
CamelCaseToUnderCase ( string s ) : string | ||
CamelCaseToUnderCase ( string s, char underscore ) : string | ||
DoubleToPluralInt ( double num ) : int | ||
DoubleToTenthsPrecision ( double num ) : string | ||
DoubleToTenthsPrecision ( double num, bool always_decimal ) : string | ||
DoubleToTenthsPrecision ( double num, bool always_decimal, IFormatProvider provider ) : string | ||
EscapeFilename ( string input ) : string | ||
EscapePath ( string input ) : string | ||
MaybeFallback ( string input, string fallback ) : string | ||
RelaxedCompare ( string a, string b ) : int | ||
RelaxedIndexOf ( string haystack, string needle ) : int | ||
RemoveHtml ( string input ) : string | ||
RemoveNewlines ( string input ) : string | ||
SearchKey ( string val ) : string | ||
SortKey ( string orig ) : byte[] | ||
SubstringCount ( string haystack, string needle ) : uint | ||
UnderCaseToCamelCase ( string s ) : string |
Метод | Описание | |
---|---|---|
BuildInvalidPathRegex ( ) : |
||
BuildSpecialCases ( ) : char>.Dictionary |
public static CamelCaseToUnderCase ( string s ) : string | ||
s | string | |
Результат | string |
public static CamelCaseToUnderCase ( string s, char underscore ) : string | ||
s | string | |
underscore | char | |
Результат | string |
public static DoubleToPluralInt ( double num ) : int | ||
num | double | |
Результат | int |
public static DoubleToTenthsPrecision ( double num ) : string | ||
num | double | |
Результат | string |
public static DoubleToTenthsPrecision ( double num, bool always_decimal ) : string | ||
num | double | |
always_decimal | bool | |
Результат | string |
public static DoubleToTenthsPrecision ( double num, bool always_decimal, IFormatProvider provider ) : string | ||
num | double | |
always_decimal | bool | |
provider | IFormatProvider | |
Результат | string |
public static EscapeFilename ( string input ) : string | ||
input | string | |
Результат | string |
public static EscapePath ( string input ) : string | ||
input | string | |
Результат | string |
public static MaybeFallback ( string input, string fallback ) : string | ||
input | string | |
fallback | string | |
Результат | string |
public static RelaxedCompare ( string a, string b ) : int | ||
a | string | |
b | string | |
Результат | int |
public static RelaxedIndexOf ( string haystack, string needle ) : int | ||
haystack | string | |
needle | string | |
Результат | int |
public static RemoveHtml ( string input ) : string | ||
input | string | |
Результат | string |
public static RemoveNewlines ( string input ) : string | ||
input | string | |
Результат | string |
public static SearchKey ( string val ) : string | ||
val | string | |
Результат | string |
public static SortKey ( string orig ) : byte[] | ||
orig | string | |
Результат | byte[] |
public static SubstringCount ( string haystack, string needle ) : uint | ||
haystack | string | |
needle | string | |
Результат | uint |
public static UnderCaseToCamelCase ( string s ) : string | ||
s | string | |
Результат | string |