Back to product page
ToFile method (StreamBlob)
Dumps the contents of the Blob into a file.
Type
NoneSyntax
- Basic
object.ToFile Filename
The ToFile(object,Filename) syntax has these parts:
The ToFile(object,Filename) syntax has these parts:
object | An expression evaluating to an object of type StreamBlob. |
Filename | Required. A String value. Name of the file where the Blob will be saved. |