ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Serialization Namespace / BaseConverter Class / Write Method
The writer.
The value.
The context.

In This Topic
    Write Method (BaseConverter)
    In This Topic
    Writes the specified value.
    Syntax
    'Declaration
     
    Protected MustOverride Sub Write( _
       ByVal writer As BaseWriter, _
       ByVal value As Object, _
       ByVal context As IContext _
    ) 
    protected abstract void Write( 
       BaseWriter writer,
       object value,
       IContext context
    )

    Parameters

    writer
    The writer.
    value
    The value.
    context
    The context.
    See Also