ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence Namespace / SnapshotSerializer Class / Parse<T> Method
snapshot type
input string

In This Topic
Parse<T> Method (SnapshotSerializer)
In This Topic
Parses snapshot from specified string.
Syntax
'Declaration
 
Public Shared Function Parse(Of T)( _
   ByVal s As String _
) As T
 

Parameters

s
input string

Type Parameters

T
snapshot type

Return Value

snapshot of specified type T
See Also