Click or drag to resize

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
Syntax
public static explicit operator string (
	FileNode node
)

Parameters

node
Type: OpenCvSharp.FileNode

Return Value

Type: String
See Also