Interface for blob conversion within the Cascade library. Responsible for converting binary data to a specified type. More...
Public Member Functions | |
| object? | Convert (byte[]? blob, Type destinationPropertyType) |
| Converts a blob of binary data into an instance of the specified destination type. | |
Interface for blob conversion within the Cascade library. Responsible for converting binary data to a specified type.
| object? Buzzware.Cascade.IBlobConverter.Convert | ( | byte?[] | blob, |
| Type | destinationPropertyType ) |
Converts a blob of binary data into an instance of the specified destination type.
| blob | The binary data to be converted. Can be null if there is no data to convert. |
| destinationPropertyType | The target type to convert the binary data into. |