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

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