JavaScript Editor js editor     Web development 



Main Page

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



JavaScript Editor js editor     Web development