Class ToStringConverter
Converts a value to text and uses FormatProvider when supported.
public class ToStringConverter : ITypeConverter
- Inheritance
-
ToStringConverter
- Implements
- Inherited Members
- Extension Methods
Properties
OutputType
The type produced by the conversion.
public Type OutputType { get; }
Property Value
Methods
EmitConversion(Generator, Type)
Converts the current value to OutputType.
public void EmitConversion(Generator generator, Type sourceType)