isString

fnbool isString(const(CfNode) * self) @property @safe pure nothrow

Returns true if this is a string node.

Parameters

selfThe node pointer to check

Returns

true if this is a STRING node, false otherwise.
fnbool isString(ref const CfNode self) @property @safe pure nothrow

ditto