Blob Constructor
Overloads
Blob(String) |
Constructs a new |
Blob(String)
Constructs a new Blob
instance.
Declaration
public Blob(string blob)
Parameters
Type | Name | Description |
---|---|---|
System.String | blob |
The string representation of the blob. |