[]
Serialize the specified value to a string.
protected virtual string ConvertTo(object value)
Protected Overridable Function ConvertTo(value As Object) As String
| Type | Name | Description |
|---|---|---|
| object | value | the specified value |
| Type | Description |
|---|---|
| string | A string which the value would be serialized to. |