Class EncodingToStringConverter
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
Encodingthe source object to convert; can not be null
Returns
- string
the converted object which must be type T