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