is-blank
($value as xs:anyAtomicType?) as xs:boolean
Test if the passed argument is empty of not. |
is-even
($value as xs:anyAtomicType?) as xs:boolean
Test is a number is even. |
is-odd
($value as xs:anyAtomicType?) as xs:boolean
Test is a number is odd. |
islogical
($value as xs:anyAtomicType?) as xs:boolean
Tests if the passed $value is a logical value. |
isnumber
($value as xs:anyAtomicType?) as xs:boolean
Tests if the passed $value is a number. |
istext
($value as xs:anyAtomicType?) as xs:boolean
Tests if the passed $value is a string. |
n
($value as xs:anyAtomicType?) as xs:anyAtomicType
Converts a $value to a number. |
na
() as xs:anyAtomicType
Raises the error value #N/A. |
declare function excel-information:is-blank($value as xs:anyAtomicType?) as xs:boolean
declare function excel-information:is-even($value as xs:anyAtomicType?) as xs:boolean
declare function excel-information:is-odd($value as xs:anyAtomicType?) as xs:boolean
declare function excel-information:islogical($value as xs:anyAtomicType?) as xs:boolean
declare function excel-information:isnumber($value as xs:anyAtomicType?) as xs:boolean
declare function excel-information:istext($value as xs:anyAtomicType?) as xs:boolean
declare function excel-information:n($value as xs:anyAtomicType?) as xs:anyAtomicType
declare function excel-information:na() as xs:anyAtomicType