ConvertTo Method (StreamConverter)
In This Topic
Serialize the specified value to a string.
Syntax
'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.
See Also