
Icon | Member | Description |
---|---|---|
![]() | LBMSDMRawBlob(Int32) | Create a new blob with a specified length. |
![]() | LBMSDMRawBlob(array<Byte>[]()[]) | Create a new blob with a specified byte array. |
![]() | LBMSDMRawBlob(array<Byte>[]()[], Int32, Int32) | Create a new blob from a part of an existing byte array |
![]() | LBMSDMRawBlob(String) | Create a new blob from a string. Either a basic string can be used or
a hex encoded string in the form of x"0123456789abcdef" can be used.
This format means byte one will be 0x01, byte two 0x23 etc
|