Skip to main content

ToString

Converts the CDocBuilderValue object to a string.

note

This method is not available for JS.

Syntax

def ToString(self) -> str

Parameters

This method has no parameters.

Example

builder = docbuilder.CDocBuilder()
context = builder.GetContext()
globalObj = context.GetGlobal()
sGlobal = globalObj.ToString()