IsBinary Property

Specifies whether the field is Binary in the XML Schema.

XMLField.IsBinary [= lValue]

Return Value

  • lValue
    Logical data type. The following table lists values for lValue.

    lValue

    Description

    False (.F.)

    (Default) The field is not Binary but String in the XML Schema.

    True (.T.)

    The field is specified as Binary in the XML Schema.

Remarks

Applies To: XMLField Class

For the IsBase64 property to apply, IsBinary must be True (.T.).

See Also

Reference

IsBase64 Property

XMLField Object Properties, Methods, and Events

Other Resources

Properties (Visual FoxPro)