Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 18.0Version 17.0 (current version)Version 16.0Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0Version 2.0

On this page

You are viewing an incomplete pre-release version of this documentation. Click here to open the current version, 17.0.

toNzString


Summary

Returns string value for the item, or the default string value if the argument is null, false, an empty string, or undefined.

Syntax

keyman.util.toNzString(item, dflt);

Parameters

item : Type: * : Variable to convert.

dflt : Type: * optional : Value to use of the converted variable is null, false, the empty string, or undefined.

Return Value

string : The string equivalent value for the item being converted.

Description

...