Table of Contents

Class EncodingToStringConverter

Namespace
Steeltoe.Common.Converter
Assembly
Steeltoe.Common.dll
public class EncodingToStringConverter : AbstractConverter<Encoding, string>, IConditionalGenericConverter, IConditionalConverter, IGenericConverter, IConverter<Encoding, string>
Inheritance
EncodingToStringConverter
Implements
Inherited Members

Methods

Convert(Encoding)

Convert the source object of type S to a target object of type T.

public override string Convert(Encoding source)

Parameters

source Encoding

the source object to convert; can not be null

Returns

string

the converted object which must be type T