|
| static string | FormatWith (this string format, IFormatProvider provider, object arg0) |
| |
| static string | FormatWith (this string format, IFormatProvider provider, object arg0, object arg1) |
| |
| static string | FormatWith (this string format, IFormatProvider provider, object arg0, object arg1, object arg2) |
| |
| static string | FormatWith (this string format, IFormatProvider provider, object arg0, object arg1, object arg2, object arg3) |
| |
| static bool | IsWhiteSpace (string s) |
| |
| static string | NullEmptyString (string s) |
| |
| static StringWriter | CreateStringWriter (int capacity) |
| |
| static ? int | GetLength (string value) |
| |
| static void | ToCharAsUnicode (char c, char[] buffer) |
| |
| static TSource | ForgivingCaseSensitiveFind< TSource > (this IEnumerable< TSource > source, Func< TSource, string > valueSelector, string testValue) |
| |
| static string | ToCamelCase (string s) |
| |
| static bool | IsHighSurrogate (char c) |
| |
| static bool | IsLowSurrogate (char c) |
| |
| static bool | StartsWith (this string source, char value) |
| |
| static bool | EndsWith (this string source, char value) |
| |
Definition at line 24 of file StringUtils.cs.