Back ported from Dojo a failsafe string determination method (since in javascript String != "" typeof alone fails!)
true in case of being a string false otherwise
Optional
{|Object|} the object to be checked for being a string
Generated using TypeDoc
Back ported from Dojo a failsafe string determination method (since in javascript String != "" typeof alone fails!)
Returns
true in case of being a string false otherwise