@metreeca/core - v0.9.22
    Preparing search index...

    Function isBinary

    • Checks whether a datatype is an XSD binary datatype.

      Recognises the hexBinary and base64Binary datatypes of xsd.

      Parameters

      • datatype: string

        The datatype to check

      Returns boolean

      true if datatype is one of the XSD binary datatypes; false otherwise

      xsd