Click or drag to resize

FileNodeReadString Method

http://www.emgu.com
Reads the string from the node

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public string ReadString(
	string defaultString = null
)

Parameters

defaultString (Optional)
Type: SystemString
The default value if one is not found in the node.

Return Value

Type: String
The string from the node
See Also