IsBase64 Property

Specifies whether the field in the XML document is encoded as base64 or hexBinary.

XMLField.IsBase64 [= lValue]

Return Value

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

    lValue Description

    False (.F.)

    (Default) The field is encoded as hexBinary.

    True (.T.)

    The field is encoded as base64.

Remarks

Applies To: XMLField Class

IsBase64 applies only when the IsBinary property is True (.T.).

See Also

Reference

XMLField Object Properties, Methods, and Events
IsBinary Property

Other Resources

Properties (Visual FoxPro)