CvFileStorageWriteString Method (String, String) 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
)

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.
See Also

Reference