FileFormat Module
Provides functions to work with FileFormat.
Functions and values
| Function or value |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Transforms a FileFormat into a string. Raises InvalidFileFormatException when the value is not one of the defined cases (e.g., an out-of-range enum value).
|
|
Tries to transform a string into a FileFormat. The match is case-insensitive.
|
B2R2