convertDataType()

Type : public method

Support : 1.0

Return : Boolean, String, Number, Null, Undefined

  • 문자열을 각 데이타 타입에 맞춰 변환.

Methods

  • convertDataType( str ) : Stringver 1.0~

    • str : String
      대상 문자열

Example

var result = $B.string.convertDataType( 'true' ); // true