Show / Hide Table of Contents

    Interface IConverter<T>

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

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

    Inherited Members
    IConverter<T, T>.Convert(T)
    Namespace: Platform.Converters
    Assembly: Platform.Converters.dll
    Syntax
    public interface IConverter<T> : IConverter<T, T>
    Type Parameters
    Name Description
    T

    The type of value to convert.

    Тип преобразуемого значения.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX