ConvertTo Method (EnumToStringConverter)
Serialize the specified value to a string.
'Declaration
Protected Overridable Function ConvertTo( _
ByVal As Object _
) As String
protected virtual string ConvertTo(
object
)
Parameters
- value
- the specified value
Return Value
A string which the value would be serialized to.