Retrieves text string from file node
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- defaultValue
- Type: SystemString
The value that is returned if node is null.
Return Value
Type: Stringreturns text string that is represented by the file node. If the file node is null, defaultValue is returned.
See Also