Procedures

ProcedureLocationProcedure TypeDescription
assumeComparefnNumberStringUtilFunction

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

Read more…
assumeCompareAllBasefnNumberStringUtilFunction

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

Read more…
assumeIsEvenfnNumberStringUtilSubroutine

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…
assumeIsOddfnNumberStringUtilSubroutine

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…
binaryCompareAsInt128fnBinaryUtil128Subroutine

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

Read more…
binaryCompareAsInt32fnBinaryUtilSubroutine

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

Read more…
binaryCompareAsInt64fnBinaryUtil64Subroutine

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

Read more…
binaryInt128OrSmallerfnBinaryUtil128Function

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…
binaryInt32OrSmallerfnBinaryUtilFunction

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…
binaryInt64OrSmallerfnBinaryUtil64Function

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…
binaryToInt128fnBinaryUtil128Subroutine

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

Read more…
binaryToInt128TrueErrorfnBinaryUtil128Subroutine

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

Read more…
binaryToInt32fnBinaryUtilSubroutine

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

Read more…
binaryToInt32TrueErrorfnBinaryUtilSubroutine

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

Read more…
binaryToInt64fnBinaryUtil64Subroutine

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

Read more…
binaryToInt64TrueErrorfnBinaryUtil64Subroutine

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

Read more…
decCompareAsInt128fnDecimalUtil128Subroutine

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

Read more…
decCompareAsInt32fnDecimalUtilSubroutine

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

Read more…
decCompareAsInt64fnDecimalUtil64Subroutine

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

Read more…
decInt128OrSmallerfnDecimalUtil128Function

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…
decInt32OrSmallerfnDecimalUtilFunction

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…
decInt64OrSmallerfnDecimalUtil64Function

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…
decToInt128fnDecimalUtil128Subroutine

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

Read more…
decToInt128TrueErrorfnDecimalUtil128Subroutine

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

Read more…
decToInt32fnDecimalUtilSubroutine

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

Read more…
decToInt32TrueErrorfnDecimalUtilSubroutine

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

Read more…
decToInt64fnDecimalUtil64Subroutine

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

Read more…
decToInt64TrueErrorfnDecimalUtil64Subroutine

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

Read more…
fnStringComparefnNumberStringUtilSubroutine

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

Read more…
fnStringCompareAsBasefnNumberStringUtilSubroutine

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…
hexCompareAsInt128fnHexUtil128Subroutine

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

Read more…
hexCompareAsInt32fnHexUtilSubroutine

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

Read more…
hexCompareAsInt64fnHexUtil64Subroutine

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

Read more…
hexInt128OrSmallerfnHexUtil128Function

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…
hexInt32OrSmallerfnHexUtilFunction

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…
hexInt64OrSmallerfnHexUtil64Function

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…
hexToInt128fnHexUtil128Subroutine

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

Read more…
hexToInt128TrueErrorfnHexUtil128Subroutine

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

Read more…
hexToInt32fnHexUtilSubroutine

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

Read more…
hexToInt32TrueErrorfnHexUtilSubroutine

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

Read more…
hexToInt64fnHexUtil64Subroutine

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

Read more…
hexToInt64TrueErrorfnHexUtil64Subroutine

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

Read more…
int128ToBinaryfnInt128UtilFunction

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

Read more…
int128ToBinaryAsUfnInt128UtilFunction

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

Read more…
int128ToHexfnInt128UtilFunction

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

Read more…
int128ToHexAsUfnInt128UtilFunction

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

Read more…
int128ToOctalfnInt128UtilFunction

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

Read more…
int128ToOctalAsUfnInt128UtilFunction

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

Read more…
int32ToBinaryfnInt32UtilFunction

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

Read more…
int32ToBinaryAsUfnInt32UtilFunction

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

Read more…
int32ToHexfnInt32UtilFunction

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

Read more…
int32ToHexAsUfnInt32UtilFunction

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

Read more…
int32ToOctalfnInt32UtilFunction

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

Read more…
int32ToOctalAsUfnInt32UtilFunction

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

Read more…
int64ToBinaryfnInt64UtilFunction

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

Read more…
int64ToBinaryAsUfnInt64UtilFunction

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

Read more…
int64ToHexfnInt64UtilFunction

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

Read more…
int64ToHexAsUfnInt64UtilFunction

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

Read more…
int64ToOctalfnInt64UtilFunction

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

Read more…
int64ToOctalAsUfnInt64UtilFunction

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

Read more…
isBasefnNumberStringUtilSubroutine

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…
isBinaryfnNumberStringUtilFunction

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

Read more…
isHexfnNumberStringUtilFunction

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

Read more…
isIntegerfnNumberStringUtilFunction

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

Read more…
isOctalfnNumberStringUtilFunction

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

Read more…
isUnsignedBasefnNumberStringUtilSubroutine

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…
isUnsignedBinaryfnNumberStringUtilFunction

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

Read more…
isUnsignedHexfnNumberStringUtilFunction

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

Read more…
isUnsignedIntegerfnNumberStringUtilFunction

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

Read more…
isUnsignedOctalfnNumberStringUtilFunction

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

Read more…
octalCompareAsInt128fnOctalUtil128Subroutine

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

Read more…
octalCompareAsInt32fnOctalUtilSubroutine

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

Read more…
octalCompareAsInt64fnOctalUtil64Subroutine

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

Read more…
octalInt128OrSmallerfnOctalUtil128Function

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…
octalInt32OrSmallerfnOctalUtilFunction

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…
octalInt64OrSmallerfnOctalUtil64Function

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…
octalToInt128fnOctalUtil128Subroutine

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

Read more…
octalToInt128TrueErrorfnOctalUtil128Subroutine

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

Read more…
octalToInt32fnOctalUtilSubroutine

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

Read more…
octalToInt32TrueErrorfnOctalUtilSubroutine

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

Read more…
octalToInt64fnOctalUtil64Subroutine

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

Read more…
octalToInt64TrueErrorfnOctalUtil64Subroutine

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

Read more…