bindString
bindString(templateString: String;
object: Object): Binary typeMethod;
The bindString method of the Orb class invokes the Orb templating engine to expand the template content with the value specified by the templateString parameter using the object specified by the object parameter.
This method returns a Binary value representing the expanded HTML (or other content). The resulting Binary is suitable for returning by using the render method of an Orb route.
Any object properties expanded by the templating engine are sanitized; characters that can potentially effect the rendering of the HTML DOM are replaced with HTML entities.
