Conversion Functions
ποΈ 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.
ποΈ Conversion Functions
ποΈ 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.
ποΈ FromIBMSigned
Converts IBM signed number.
ποΈ FromPackedDecimal
Converts packed decimal byte array to ASCII string.
ποΈ LocalToUTC
Converts current time to universal time coordinate (UTC).
ποΈ ParseCurrency
Parse a currency string value to a decimal type.
ποΈ 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.
ποΈ ToInt
Converts a number to a 4-byt integer by dropping any numbers to the right of the decimal point.
ποΈ ToIBMSigned
Converts an ASCII string to IBMSigned byte array.
ποΈ ToGregorianDate
Converts the specified Julian Date to the corresponding or Gregorian date format.
ποΈ ToJulianDate
Converts the specified date to the corresponding Julian Date.
ποΈ ToLong
Converts the input number to an 8-byte integer.
ποΈ ToPackedDecimal
Converts specified numeric value to packed decimal bytes.
ποΈ 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.