Name

String

Synopsis

JavaScript: String
Type: Object
Access: public
Build Flags: debug
Topic: JavaScript.Intrinsic Classes

Details

Methods (1)

toHTML()
private function toHTML();
Convert a String to HTML for display in the Debugger by escaping the HTML characters in the String.

JavaScript Synopsis

public var String = { ... };