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