C1.AspNetCore.Mvc.FlexSheet Assembly / C1.JsonNet.Converters Namespace / StreamConverter Class / ConvertTo Method
the specified value

In This Topic
ConvertTo Method (StreamConverter)
In This Topic
Serialize the specified value to a string.
Syntax
'Declaration
 
Protected Overridable Function ConvertTo( _
   ByVal value As Object _
) As String
 

Parameters

value
the specified value

Return Value

A string which the value would be serialized to.
See Also