Description
-
Holds the text contents of the Blob.
Property type
-
A String value. Contents of the Blob.
Syntax
-
object.Text [= value]
The Text Property syntax has these parts:
| object |
An expression
evaluating to an object of type FileBlob. |
| value |
A String value. |
Remarks
-
WARNING: you should not use this method with
large files, or large amounts of data!
The Text property is used to set and retrieve non-binary
data into/from the Blob. If you need to import binary data
into the Blob, you may prefer to use the FromHex or
FromBase64
methods.
|