CvFileStorageWriteString Method (String, String, Boolean) OpenCvSharp Class Library
Writes a text string

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void WriteString(
	string name,
	string str,
	bool quote
)

Parameters

name
Type: SystemString
Name of the written string. Should be null if and only if the parent structure is a sequence.
str
Type: SystemString
The written text string.
quote
Type: SystemBoolean
If true, the written string is put in quotes, regardless of whether they are required or not. Otherwise, if the flag is false, quotes are used only when they are required (e.g. when the string starts with a digit or contains spaces).
See Also

Reference