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: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic string ReadString(
string defaultString = null
)
Public Function ReadString (
Optional defaultString As String = Nothing
) As String
public:
String^ ReadString(
String^ defaultString = nullptr
)
member ReadString :
?defaultString : string
(* Defaults:
let _defaultString = defaultArg defaultString null
*)
-> string
Parameters
- defaultString (Optional)
- Type: SystemString
The default value if one is not found in the node.
Return Value
Type:
StringThe string from the node
See Also