ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonReader Class / ReadValue Method / ReadValue(Type) Method
The specified type

In This Topic
    ReadValue(Type) Method
    In This Topic
    Deserialize the text into an instance of the specified type
    Syntax
    'Declaration
     
    Public Overloads Function ReadValue( _
       Optional ByVal type As Type _
    ) As Object
    public object ReadValue( 
       Type type
    )

    Parameters

    type
    The specified type

    Return Value

    An instance of the specified type.
    See Also