to_string


Description:

public virtual string to_string (bool withIndent = DBG_SHOW_INDENT, bool withParent = DBG_SHOW_PARENT, bool withUuid = DBG_SHOW_UUID, bool withLevel = DBG_SHOW_LEVEL, bool withCount = DBG_SHOW_COUNT, bool withRefCount = DBG_SHOW_REF, bool withTag = DBG_SHOW_TAG, bool withType = DBG_SHOW_TYPE)

get a presentation string of current Yaml.Node

Parameters:

withIndent

display indentation formating

withParent

display parent node name

withUuid

display node uuid

withCount

display number of childs

withRefCount

display number of reference

withTag

display tag information

withType

display node type