Table of Contents

Namespace MADE.Data.Converters

Classes

BooleanToStringValueConverter

Defines a value converter from bool to string with a pre-determined TrueValue and FalseValue.

DateTimeToStringValueConverter

Defines a value converter from DateTime to string with an optional format string.

DateTimeToUnixTimestampValueConverter

Defines a value converter from DateTime to a Unix timestamp represented as a long.

StringToBase64StringValueConverter

Defines a value converter from string to Base64 string with an optional Encoding parameter.

StringToEnumValueConverter<TEnum>

Defines a value converter from string to an Enum type.

Interfaces

IValueConverter<TFrom, TTo>

Defines an interface for a value converter from TFrom to TTo.