| FileNodeIsString Property |
Returns true if the node is a text string
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool IsString { get; }
Public ReadOnly Property IsString As Boolean
Get
public:
property bool IsString {
bool get ();
}
member IsString : bool with get
Return Value
Type:
BooleanSee Also