ConvertToByteArray Method
- Last UpdatedApr 08, 2026
- 1 minute read
Converts the contents of the BLTArgList to a System.Byte array.
public byte[] ConvertToByteArray()
public:
array<byte>^ ConvertToByteArray();
Return Value
The System.Byte array representation of the BLTArgList.
| Exception | Description |
|---|---|
| BLTException | Cannot convert the argument element content to the System.Data.DataRow type. |