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

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