Click or drag to resize

SuggestSettingsParametersSerialize Method

Serialize to a string

Namespace:  Zivid.NET.CaptureAssistant
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public string Serialize()

Return Value

Type: String
Remarks
See also FromSerialized(String). The returned string is formatted in YAML, and is compatible with the contents of files saved using Save(String).
See Also