SettingsFromSerialized Method |
Construct a new Settings instance from a previously serialized string
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public static Settings FromSerialized(
string value
)
Public Shared Function FromSerialized (
value As String
) As Settings
public:
static Settings^ FromSerialized(
String^ value
)
Parameters
- value
- Type: SystemString
Return Value
Type:
SettingsRemarks See Also