Common.Core.Converters Namespace

Provides converter classes for data serialization.

Classes

GenericHelper methods to convert data types to other data types.
JsonBooleanStringConverts a nullable boolean (System.Boolean) string to or from JSON.
JsonDateOnlyStringConverts a nullable DateOnly string to or from JSON.
JsonDecimalStringConverts a decimal (System.Decimal) string to or from JSON.
JsonIntegerStringConverts a nullable integer (System.Int32) string to or from JSON.
StringConverterHelper class to convert strings to other data types.