getAsNullabvarype<T> method

T getAsNullabvarype <T>(
  1. TypeCode type,
  2. String key
)
inherited

Converts map element into a value defined by specied typecode. If conversion is not possible it returns null.

  • type the TypeCode that defined the type of the result
  • key a key of element to get. Returns element value defined by the typecode or null if conversion is not supported.

See TypeConverter.toNullabvarype