/ Circular3d / Circular3DStringBuilder
Search results

Circular3DStringBuilder API in JavaScript Circular3d API control

Represents a string builder with methods for appending, removing, inserting, and converting strings.

Properties

append

Object

Appends the specified string to the end of the current string builder.

insert

Object

Inserts the specified string into the current string builder at the specified position.

remove

Object

Removes characters from the current string builder, starting at the specified position.

toString

Object

Converts the contents of the string builder to a string.