getAsType<T> method
Converts map element into a value defined by specied typecode. If conversion is not possible it returns default value for the specified type.
type
the TypeCode that defined the type of the resultkey
a key of element to get. Returns element value defined by the typecode or default if conversion is not supported.