Constructordojox.string.Builder

dojo.require("dojox.string.Builder");
defined in dojox/string/Builder.js

A fast buffer for creating large strings

Usage

function (/*String?*/ str) (view source)
parametertypedescription
strStringOptional. The initial string to seed the buffer with
m

PropertiesBack to top