[]
        
(Showing Draft Content)

C1.JsonNet.JsonReader.ReadValue

ReadValue Method

ReadValue<T>()

Deserialize the text into an instance of the specified type which T stands.

Declaration
public T ReadValue<T>()
Returns
Type Description
T

An instance of T

Type Parameters
Name Description
T

The object type

ReadValue(Type)

Deserialize the text into an instance of the specified type

Declaration
public object ReadValue(Type type = null)
Parameters
Type Name Description
Type type

The specified type

Returns
Type Description
object

An instance of the specified type.