Converts a string to a blob datatype.
Blob ( text )
Argument |
Description |
---|---|
text |
The string you want to convert to a blob datatype |
Blob. Returns the converted string. If text is null, Blob returns null.
This example saves a text string as a blob datatype:
Blob B
B = Blob("Any Text")