Click or drag to resize
FileNodeReadString Method
http://www.emgu.com
Reads the string from the node

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public string ReadString(
	string defaultString = null
)

Parameters

defaultString (Optional)
Type: SystemString

[Missing <param name="defaultString"/> documentation for "M:Emgu.CV.FileNode.ReadString(System.String)"]

Return Value

Type: String
The string from the node
See Also