public static class StringExtension
CanParse(String, Type) | Determines whether the specified value can be converted to the target type. |
CanParseT(String) | Determines whether the specified value can be converted to the target type T. |
FromCammelCaseToWords | |
FromJsonT | |
GetValidRegexPattern | |
IsValidRegex | |
Parse(String, Type, NullableNumberStyles, IFormatProvider, NullableDateTimeStyles) | Converts value to the target type. |
ParseT(String, NullableNumberStyles, IFormatProvider, NullableDateTimeStyles) | Converts value to the target type. |