isString()

Type : public method

Support : 1.0

Return : Boolean

  • Data Type이 String 이면 true 반환

Methods

  • isString( value ) : Booleanver 1.0~

    • value : *
      대상 값

Example

$B.isString( 'test' );//true