Method FromByteArray
FromByteArray(byte[])
Convert a byte array to a RelayAllocationId
Declaration
public static RelayAllocationId FromByteArray(byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | data | Array to convert. |
Returns
| Type | Description |
|---|---|
| RelayAllocationId | New RelayAllocationId. |