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

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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