Class StringToEncodingConverter
public class StringToEncodingConverter : AbstractConverter<string, Encoding>, IConditionalGenericConverter, IConditionalConverter, IGenericConverter, IConverter<string, Encoding>
- Inheritance
-
StringToEncodingConverter
- Implements
- Inherited Members
Methods
Convert(string)
Convert the source object of type S to a target object of type T.
public override Encoding Convert(string source)
Parameters
source
stringthe source object to convert; can not be null
Returns
- Encoding
the converted object which must be type T