ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonReader Class / ReadName(String) Method
The specified name of the field you want to read.

In This Topic
    ReadName(String) Method
    In This Topic
    Read the field from the data according to the specified name
    Syntax
    'Declaration
     
    Public Function ReadName( _
       ByVal name As String _
    ) As Boolean
    public bool ReadName( 
       string name
    )

    Parameters

    name
    The specified name of the field you want to read.

    Return Value

    True, if the field is read successfully. Otherwise, the field doesn't exist in the data.
    See Also