._isstring - macmcmeans/localDataStorage GitHub Wiki

localDataStorage._isstring( keyName )

This Memory Key method performs a boolean type check against the value of keyName testing for a String.

EXAMPLE:

● localData._isstring( 'employeeName' );   -->   true

🛢 The corresponding disk-based method is isstring.

📝 NOTE: When you need to retrieve a Memory Key's data type, you can use _showtype.