asString method Null safety

String asString(
  1. TypeCode type
)

Converts a TypeCode into its string name.

  • type the TypeCode to convert into a string. Returns the name of the TypeCode passed as a string value.