ASP.NET Core MVC Controls | ComponentOne
C1.JsonNet Namespace / JsonWriter Class / WriteRawValue Method
The specified text.






In This Topic
    WriteRawValue Method
    In This Topic
    Serialize a text.
    Syntax
    'Declaration
     
    
    Public Sub WriteRawValue( _
       ByVal value As System.String _
    ) 
    'Usage
     
    
    Dim instance As JsonWriter
    Dim value As System.String
     
    instance.WriteRawValue(value)
    public void WriteRawValue( 
       System.string value
    )
    public procedure WriteRawValue( 
        value: System.String
    ); 
    public function WriteRawValue( 
       value : System.String
    );
    public: void WriteRawValue( 
       System.string* value
    ) 
    public:
    void WriteRawValue( 
       System.String^ value
    ) 

    Parameters

    value
    The specified text.
    See Also