Procedures

ProcedureLocationProcedure TypeDescription
assumeComparefniNumberStringUtilFunction

Compare two strings with the assumption that both strings are valid decimal integers.

Read more…
assumeCompareAllBasefniNumberStringUtilFunction

Compare two strings with the assumption that both strings are valid integers of any radix between 2 and 36.

Read more…
assumeIsEvenfniNumberStringUtilFunction

Check the input string to see if it holds an even value with the assumption that the string is a valid decimal integer string.

Read more…
assumeIsOddfniNumberStringUtilFunction

Check the input string to see if it holds an odd value with the assumption that the string is a valid decimal integer string.

Read more…
binaryCompareAsInt128fniBinaryUtil128Function

Compare two strings as binary string by parsing them to int128 values first.

Read more…
binaryCompareAsInt32fniBinaryUtilFunction

Compare two strings as binary strings by parsing them to int32 values first.

Read more…
binaryCompareAsInt64fniBinaryUtil64Function

Compare two strings as binary strings by parsing them to int64 values first.

Read more…
binaryInt128OrSmallerfniBinaryUtil128Function

Compare two strings bases on the content of the strings reference to int128 values. If the strings are valid binary strings that can be parsed to int128 values then they will be compared base on their int128 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
binaryInt32OrSmallerfniBinaryUtilFunction

Compare two strings bases on the content of the strings reference to int32 values. If the strings are valid binary strings that can be parsed to int32 values then they will be compared base on their int32 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
binaryInt64OrSmallerfniBinaryUtil64Function

Compare two strings bases on the content of the strings reference to int64 values. If the strings are valid binary strings that can be parsed to int64 values then they will be compared base on their int64 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
binaryToInt128fniBinaryUtil128Function

Parse the input string as bits represented by binary digits to an int128 value.

Read more…
binaryToInt128TrueErrorfniBinaryUtil128Function

Parse the input string as bits represented by binary digits to an int128 value.

Read more…
binaryToInt32fniBinaryUtilFunction

Parse the input string as bits represented by binary digits to an int32 value.

Read more…
binaryToInt32TrueErrorfniBinaryUtilFunction

Parse the input string as bits represented by binary digits to an int32 value.

Read more…
binaryToInt64fniBinaryUtil64Function

Parse the input string as bits represented by binary digits to an int64 value.

Read more…
binaryToInt64TrueErrorfniBinaryUtil64Function

Parse the input string as bits represented by binary digits to an int64 value.

Read more…
decCompareAsInt128fniDecimalUtil128Function

Compare two strings as signed decimal integer strings by parsing them to int128 values first.

Read more…
decCompareAsInt32fniDecimalUtilFunction

Compare two strings as signed decimal integer strings by parsing them to int32 values first.

Read more…
decCompareAsInt64fniDecimalUtil64Function

Compare two strings as signed decimal integer strings by parsing them to int64 values first.

Read more…
decInt128OrSmallerfniDecimalUtil128Function

Compare two strings bases on the content of the strings reference to int128 values. If the strings are valid signed decimal integer strings that can be parsed to int128 values then they will be compared base on their int128 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
decInt32OrSmallerfniDecimalUtilFunction

Compare two strings bases on the content of the strings reference to int32 values. If the strings are valid signed decimal integer strings that can be parsed to int32 values then they will be compared base on their int32 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
decInt64OrSmallerfniDecimalUtil64Function

Compare two strings bases on the content of the strings reference to int64 values. If the strings are valid signed decimal integer strings that can be parsed to int64 values then they will be compared base on their int64 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
decToInt128fniDecimalUtil128Function

Parse the input string as a signed decimal integer string to an int128 value.

Read more…
decToInt128TrueErrorfniDecimalUtil128Function

Parse the input string as a signed decimal integer string to an int128 value.

Read more…
decToInt32fniDecimalUtilFunction

Parse the input string as a signed decimal integer string to an int32 value.

Read more…
decToInt32TrueErrorfniDecimalUtilFunction

Parse the input string as a signed decimal integer string to an int32 value.

Read more…
decToInt64fniDecimalUtil64Function

Parse the input string as a signed decimal integer string to an int64 value.

Read more…
decToInt64TrueErrorfniDecimalUtil64Function

Parse the input string as a signed decimal integer string to an int64 value.

Read more…
fnStringComparefniNumberStringUtilFunction

Compare two strings as decimal integers. This function evaluates both, negative and positive values. There isn't a maximum length for the strings. Nonetheless, the strings can't be empty.

Read more…
fnStringCompareAsBasefniNumberStringUtilFunction

Compare two strings as integer strings of a numbering system with the radix that is defined by the value of the argument base. There isn't a maximum length for the strings. Nonetheless, the strings can't be empty.

Read more…
hexCompareAsInt128fniHexUtil128Function

Compare two strings as hexadecimal string by parsing them to int128 values first.

Read more…
hexCompareAsInt32fniHexUtilFunction

Compare two strings as hexadecimal strings by parsing them to int32 values first.

Read more…
hexCompareAsInt64fniHexUtil64Function

Compare two strings as hexadecimal strings by parsing them to int64 values first.

Read more…
hexInt128OrSmallerfniHexUtil128Function

Compare two strings bases on the content of the strings reference to int128 values. If the strings are valid hexadecimal strings that can be parsed to int128 values then they will be compared base on their int128 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
hexInt32OrSmallerfniHexUtilFunction

Compare two strings bases on the content of the strings reference to int32 values. If the strings are valid hexadecimal strings that can be parsed to int32 values then they will be compared base on their int32 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
hexInt64OrSmallerfniHexUtil64Function

Compare two strings bases on the content of the strings reference to int64 values. If the strings are valid hexadecimal strings that can be parsed to int64 values then they will be compared base on their int64 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
hexToInt128fniHexUtil128Function

Parse the input string as bits represented by hexadecimal digits to an int128 value.

Read more…
hexToInt128TrueErrorfniHexUtil128Function

Parse the input string as bits represented by hexadecimal digits to an int128 value.

Read more…
hexToInt32fniHexUtilFunction

Parse the input string as bits represented by hexadecimal digits to an int32 value.

Read more…
hexToInt32TrueErrorfniHexUtilFunction

Parse the input string as bits represented by hexadecimal digits to an int32 value.

Read more…
hexToInt64fniHexUtil64Function

Parse the input string as bits represented by hexadecimal digits to an int64 value.

Read more…
hexToInt64TrueErrorfniHexUtil64Function

Parse the input string as bits represented by hexadecimal digits to an int64 value.

Read more…
int128ToBinaryfniInt128UtilFunction

Convert the input of type int128 to a signed binary string.

Read more…
int128ToBinaryAsUfniInt128UtilFunction

Convert the input of type int128 to an unsigned binary string as if the bits are unsigned bits.

Read more…
int128ToHexfniInt128UtilFunction

Convert the input of type int128 to a signed hexadecimal string.

Read more…
int128ToHexAsUfniInt128UtilFunction

Convert the input of type int128 to an unsigned hexadecimal string as if the bits are unsigned bits.

Read more…
int128ToOctalfniInt128UtilFunction

Convert the input of type int128 to a signed octal string.

Read more…
int128ToOctalAsUfniInt128UtilFunction

Convert the input of type int128 to an unsigned octal string as if the bits are unsigned bits.

Read more…
int32ToBinaryfniInt32UtilFunction

Convert the input of type int32 to a signed binary string.

Read more…
int32ToBinaryAsUfniInt32UtilFunction

Convert the input of type int32 to an unsigned binary string as if the bits are unsigned bits.

Read more…
int32ToHexfniInt32UtilFunction

Convert the input of type int32 to a signed hexadecimal string.

Read more…
int32ToHexAsUfniInt32UtilFunction

Convert the input of type int32 to an unsigned hexadecimal string as if the bits are unsigned bits.

Read more…
int32ToOctalfniInt32UtilFunction

Convert the input of type int32 to a signed octal string.

Read more…
int32ToOctalAsUfniInt32UtilFunction

Convert the input of type int32 to an unsigned octal string as if the bits are unsigned bits.

Read more…
int64ToBinaryfniInt64UtilFunction

Convert the input of type int64 to a signed binary string.

Read more…
int64ToBinaryAsUfniInt64UtilFunction

Convert the input of type int64 to an unsigned binary string as if the bits are unsigned bits.

Read more…
int64ToHexfniInt64UtilFunction

Convert the input of type int64 to a signed hexadecimal string.

Read more…
int64ToHexAsUfniInt64UtilFunction

Convert the input of type int64 to an unsigned hexadecimal string as if the bits are unsigned bits.

Read more…
int64ToOctalfniInt64UtilFunction

Convert the input of type int64 to a signed octal string.

Read more…
int64ToOctalAsUfniInt64UtilFunction

Convert the input of type int64 to an unsigned octal string as if the bits are unsigned bits.

Read more…
isBasefniNumberStringUtilFunction

Check if the input string is a valid signed integer string of the numbering system with the radix that is defined by the value of the argument base.

Read more…
isBinaryfniNumberStringUtilFunction

Check if the input string is a valid signed binary integer string.

Read more…
isHexfniNumberStringUtilFunction

Check if the input string is a valid signed hexadecimal integer string.

Read more…
isIntegerfniNumberStringUtilFunction

Check if the input string is a valid signed decimal integer string.

Read more…
isOctalfniNumberStringUtilFunction

Check if the input string is a valid signed octal integer string.

Read more…
isUnsignedBasefniNumberStringUtilFunction

Check if the input string is a valid unsigned integer string of the numbering system with the radix that is defined by the value of the argument base.

Read more…
isUnsignedBinaryfniNumberStringUtilFunction

Check if the input string is a valid unsigned binary integer string.

Read more…
isUnsignedHexfniNumberStringUtilFunction

Check if the input string is a valid unsigned hexadecimal integer string.

Read more…
isUnsignedIntegerfniNumberStringUtilFunction

Check if the input string is a valid unsigned decimal integer string.

Read more…
isUnsignedOctalfniNumberStringUtilFunction

Check if the input string is a valid unsigned octal integer string.

Read more…
octalCompareAsInt128fniOctalUtil128Function

Compare two strings as octal string by parsing them to int128 values first.

Read more…
octalCompareAsInt32fniOctalUtilFunction

Compare two strings as octal strings by parsing them to int32 values first.

Read more…
octalCompareAsInt64fniOctalUtil64Function

Compare two strings as octal strings by parsing them to int64 values first.

Read more…
octalInt128OrSmallerfniOctalUtil128Function

Compare two strings bases on the content of the strings reference to int128 values. If the strings are valid octal strings that can be parsed to int128 values then they will be compared base on their int128 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
octalInt32OrSmallerfniOctalUtilFunction

Compare two strings bases on the content of the strings reference to int32 values. If the strings are valid octal strings that can be parsed to int32 values then they will be compared base on their int32 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
octalInt64OrSmallerfniOctalUtil64Function

Compare two strings bases on the content of the strings reference to int64 values. If the strings are valid octal strings that can be parsed to int64 values then they will be compared base on their int64 values. Otherwise, the strings will be compared base on the priority ranking order below.

Read more…
octalToInt128fniOctalUtil128Function

Parse the input string as bits represented by octal digits to an int128 value.

Read more…
octalToInt128TrueErrorfniOctalUtil128Function

Parse the input string as bits represented by octal digits to an int128 value.

Read more…
octalToInt32fniOctalUtilFunction

Parse the input string as bits represented by octal digits to an int32 value.

Read more…
octalToInt32TrueErrorfniOctalUtilFunction

Parse the input string as bits represented by octal digits to an int32 value.

Read more…
octalToInt64fniOctalUtil64Function

Parse the input string as bits represented by octal digits to an int64 value.

Read more…
octalToInt64TrueErrorfniOctalUtil64Function

Parse the input string as bits represented by octal digits to an int64 value.

Read more…