Click or drag to resize

FileNode  Conversion (FileNode to String)

Returns the node content as text string

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static explicit operator string (
	FileNode node
)

Parameters

node
Type: OpenCvSharpFileNode

[Missing <param name="node"/> documentation for "M:OpenCvSharp.FileNode.op_Explicit(OpenCvSharp.FileNode)~System.String"]

Return Value

Type: String

[Missing <returns> documentation for "M:OpenCvSharp.FileNode.op_Explicit(OpenCvSharp.FileNode)~System.String"]

See Also