Show / Hide Table of Contents

    Namespace Platform.Converters

    Classes

    CachingConverterDecorator<TSource, TTarget>

    Represents the caching converter decorator.

    CheckedConverter<TSource, TTarget>

    Represents the checked converter.

    ConverterBase<TSource, TTarget>

    Represents a base implementation for IConverter interface with the basic logic necessary for value converter from the TSource type to the TTarget type.

    Представляет базовую реализацию для интерфейса IConverter с основной логикой необходимой для конвертера значений из типа TSource в тип TTarget.

    UncheckedConverter<TSource, TTarget>

    Represents the unchecked converter.

    UncheckedSignExtendingConverter<TSource, TTarget>

    Represents the unchecked sign extending converter.

    Interfaces

    IConverter<T>

    Defines a converter between two values of the same T type.

    Определяет конвертер между двумя значениями одного типа T.

    IConverter<TSource, TTarget>

    Defines a value converter from the TSource type to the TTarget type.

    Определяет конвертер значений из типа TSource в тип TTarget.

    Back to top Generated by DocFX