Back to product page
Text property (FileBlob)
Holds the text contents of the Blob.
Type
A String value. Contents of the Blob.Syntax
- Basic
object.Text [= value]
The Text(object,value) syntax has these parts:
The Text(object,value) 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.