Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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