bin2dec
($arg as xs:anyAtomicType) as xs:integer
Converts a binary number to decimal. |
bin2hex
($arg as xs:anyAtomicType) as xs:string
Converts a binary number to hexadecimal. |
bin2hex
($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
Converts a binary number to hexadecimal. |
bin2oct
($arg as xs:anyAtomicType) as xs:string
Converts a binary number to octal. |
bin2oct
($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
Converts a binary number to octal. |
dec2bin
($arg as xs:anyAtomicType) as xs:string
Converts a decimal number to binary. |
dec2bin
($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
Converts a decimal number to binary. |
dec2hex
($arg as xs:anyAtomicType) as xs:string
Converts a decimal number to hexadecimal. |
dec2hex
($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
Converts a decimal number to hexadecimal. |
dec2oct
($arg as xs:anyAtomicType) as xs:string
Converts a decimal number to octal. |
dec2oct
($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
Converts a decimal number to octal. |
hex2bin
($arg as xs:anyAtomicType) as xs:string
Converts a hexadecimal number to binary. |
hex2bin
($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
Converts a hexadecimal number to binary. |
hex2dec
($arg as xs:string) as xs:integer
Converts a hexadecimal number to decimal. |
hex2oct
($arg as xs:anyAtomicType) as xs:string
Converts a hexadecimal number to octal. |
hex2oct
($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
Converts a hexadecimal number to octal. |
oct2bin
($arg as xs:anyAtomicType) as xs:string
Converts an octal number to binary. |
oct2bin
($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
Converts an octal number to binary. |
oct2dec
($arg as xs:anyAtomicType) as xs:integer
Converts an octal number to decimal. |
oct2hex
($arg as xs:anyAtomicType) as xs:string
Converts an octal number to hexadecimal. |
oct2hex
($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
Converts an octal number to hexadecimal. |
declare function excel-engineering:bin2dec($arg as xs:anyAtomicType) as xs:integer
declare function excel-engineering:bin2hex($arg as xs:anyAtomicType) as xs:string
declare function excel-engineering:bin2hex($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
declare function excel-engineering:bin2oct($arg as xs:anyAtomicType) as xs:string
declare function excel-engineering:bin2oct($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
declare function excel-engineering:dec2bin($arg as xs:anyAtomicType) as xs:string
declare function excel-engineering:dec2bin($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
declare function excel-engineering:dec2hex($arg as xs:anyAtomicType) as xs:string
declare function excel-engineering:dec2hex($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
declare function excel-engineering:dec2oct($arg as xs:anyAtomicType) as xs:string
declare function excel-engineering:dec2oct($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
declare function excel-engineering:hex2bin($arg as xs:anyAtomicType) as xs:string
declare function excel-engineering:hex2bin($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
declare function excel-engineering:hex2dec($arg as xs:string) as xs:integer
declare function excel-engineering:hex2oct($arg as xs:anyAtomicType) as xs:string
declare function excel-engineering:hex2oct($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
declare function excel-engineering:oct2bin($arg as xs:anyAtomicType) as xs:string
declare function excel-engineering:oct2bin($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string
declare function excel-engineering:oct2dec($arg as xs:anyAtomicType) as xs:integer
declare function excel-engineering:oct2hex($arg as xs:anyAtomicType) as xs:string
declare function excel-engineering:oct2hex($arg as xs:anyAtomicType, $places as xs:anyAtomicType) as xs:string