WOString


Synopsis

WOString{value=aString;};

Description

A WOString represents itself in the HTML page as a dynamically generated string.

value
The contents of the string. value is typically an NSString object, but can be any object that responds to a description message by returning an NSString.

Examples