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

C# |
public LBMSDMRawBlob( string s )

- s (String)
- The string to be used for the blob