Parse<T> Method (SnapshotSerializer)
Parses snapshot from specified string.
public static Parse<>(
string
)
'Declaration
Public Shared Function Parse(Of )( _
ByVal As String _
) As
Parameters
- s
- input string
Type Parameters
- T
- snapshot type
Return Value
snapshot of specified type T