ToStringVerbose
Introduction
depth parameter
mSection.ToStringVerbose(1);Last updated
Was this helpful?
ToStringVerbose returns information about the Section that the function is being called on. This can be used to get information about the Section in a human-readable format similar to XML.
You can use the depth parameter to limit how much information is being displayed. The following shows how this works:
mSection.ToStringVerbose(1);Last updated
Was this helpful?
Was this helpful?
mSection.ToStringVerbose(2);mSection.ToStringVerbose(3);