Writes a text string
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void WriteString( CvFileStorage fs, string name, string str, bool quote )
Parameters
- fs
- Type: OpenCvSharpCvFileStorage
File storage. - 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