ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonCoders Class / StringDefNull Field

In This Topic
    StringDefNull Field
    In This Topic
    Gets a coder for the System.String type with a default value of null.
    Syntax
    'Declaration
     
    Public Shared ReadOnly StringDefNull As JsonCoder(Of String)
    public static readonly JsonCoder<string> StringDefNull
    See Also