StringExtension Class

Definition

Namespace: FileHold.LibraryManager.Extensions
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
public static class StringExtension
Inheritance
Object    StringExtension

Methods

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.

See Also