ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet.Converters Namespace / FunctionConverter Class / ConvertTo Method
the specified value

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

    Parameters

    value
    the specified value

    Return Value

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