SIMPOL Documentation

Conversion Functions

The conversion functions group includes functions that are used to convert from one value type to another. Whether converting from string to integer or number, from one of the numeric types to string, or even converting from a blob to a string, the functions will be classified as conversion functions. The list of the current intrinsic functions from the conversion group is:

  • .char()

  • .charval()

  • .deintegerize()

  • .integerize()

  • .lcase()

  • .tcase()

  • .toblob()

  • .tostr()

  • .toval()

  • .ucase()

The details of the proper syntax and usage of each of these can be found in the "SIMPOL Language Reference" in the "Conversion Functions" section of the "Intrinsic Functions" chapter.