Skip to main content

IsString

Returns true if the CDocBuilderValue object is a string.

note

This method is not available for JS.

Syntax

def IsString(self) -> bool

Parameters

This method has no parameters.

Example

builder = docbuilder.CDocBuilder()
context = builder.GetContext()
globalObj = context.GetGlobal()
bString = globalObj.IsString()