Skip to main content

22 docs tagged with "Conversion"

View all tags

Complement9

Converts a number in string format to its nine's complement.

DateValue

Calculates the sequential decimal number that represents a particular date represented by a text string.

DecodeBytes

Converts the input bytes to string using the specified encoding.

EncodeBytes

Converts the input string to bytes using the specified encoding.

FromEbcdic

Converts EBCDIC-encoded string to ASCII-encoded string.

LocalToUTC

Converts current time to universal time coordinate (UTC).

ToDate

Converts a value to a date/time type.

ToDecimal

Converts the input value to a 12-byte decimal number ranging from positive 79,228,162,514,264,337,593,543,950,335 to negative…

ToDouble

Converts the input number to a data type that holds double-precision floating-point numbers in 64-bit format.

ToEbcdic

Converts ASCII-encoded string to EBCDIC-encoded string.

ToFloat

Converts the input number to a data type that holds floating-point numbers in 32-bit format.

ToGregorianDate

Converts the specified Julian Date to the corresponding or Gregorian date format.

ToIBMSigned

Converts an ASCII string to IBMSigned byte array.

ToJulianDate

Converts the specified date to the corresponding Julian Date.

ToLong

Converts the input number to an 8-byte integer.

ToShort

Converts the input number to a 2-byte integer.

ToString

Converts the input number to a string type.

UTCToLocal

Converts the specified universal time coordinate (UTC) to local time.