[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Parse

Parse Method

Parse<T>(string)

Parses snapshot from specified string.

Declaration
public static T Parse<T>(string s)
Parameters
Type Name Description
string s

input string

Returns
Type Description
T

snapshot of specified type T

Type Parameters
Name Description
T

snapshot type