Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the field in the XML document is encoded as base64 or hexBinary.
XMLField.IsBase64 [= lValue]
Property Values
Logical data type. The following table lists values for lValue.
lValue | Description |
---|---|
False (.F.) | The field is encoded as hexBinary. (Default) |
True (.T.) | The field is encoded as base64. |
Remarks
IsBase64 applies only when the IsBinary property is True (.T.).
See Also
Properties | XMLField Object Properties, Methods, and Events | IsBinary Property
Applies To: XMLField Class