FileNodeExplicit Conversion (FileNode to String)
|
Returns the node content as text string
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static explicit operator string (
FileNode node
)
Public Shared Narrowing Operator CType (
node As FileNode
) As String
static explicit operator String^ (
FileNode^ node
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- node
- Type: OpenCvSharp.FileNode
Return Value
Type:
String
See Also