[]
Defines the base class for the converter.
public abstract class BaseConverter
| Name | Description |
|---|---|
| BaseConverter() |
| Name | Description |
|---|---|
| CanRead | Gets a value indicating whether this BaseConverter can read. |
| CanWrite | Gets a value indicating whether this BaseConverter can write. |
| Name | Description |
|---|---|
| CanConvert(Type, IContext) | Determines whether this instance can convert the specified object type. |
| Write(BaseWriter, object, IContext) | Writes the specified value. |