|
| static StringBuilder | Digits ([NotNull] this StringBuilder builder, int number) |
| |
| static int | Parse ([NotNull] string stringToConvert) |
| |
| static string | UppercaseFirst (this string s) |
| |
| static string | ToStringInvariant (this int i) |
| |
| static int | IndexOfOrdinal ([NotNull] this string haystack,[NotNull] string needle) |
| |
| static StringBuilder fCraft.FormatUtil.Digits |
( |
[NotNull] this StringBuilder |
builder, |
|
|
int |
number |
|
) |
| |
|
static |
| static int fCraft.FormatUtil.IndexOfOrdinal |
( |
[NotNull] this string |
haystack, |
|
|
[NotNull] string |
needle |
|
) |
| |
|
static |
| static int fCraft.FormatUtil.Parse |
( |
[NotNull] string |
stringToConvert | ) |
|
|
static |
| static string fCraft.FormatUtil.ToStringInvariant |
( |
this int |
i | ) |
|
|
static |
| static string fCraft.FormatUtil.UppercaseFirst |
( |
this string |
s | ) |
|
|
static |
The documentation for this class was generated from the following file: