Skip to Content | Skip to Navigation


dojo.isString

Deprecated. Will be removed in 2.0.

Checks if the parameter is a String.

Deprecated. Use

typeof val == "string"

instead.