GetBlobFormat method (WinStudio scripts)

Applies to

Document (file) operations

Description

Takes a file extension as an argument and returns the BLOB format associated with that file extension. For example, the file extension "jpe" returns the BLOB format "jpeg".

Syntax

GetBlobFormat( string extension, out string errorMessage )

where:

  • extension is the file extension.
  • errorMessage is the error message to be returned if the file extension is not found.