Constructor BlobStringText
BlobStringText(ref BlobString)
Construct the text from a BlobString reference. The string pointer is cached internally by this wrapper and if the original blob is detroyed, the memory content may point to something that it is not a string.
Declaration
public BlobStringText(ref BlobString blob)
Parameters
| Type | Name | Description |
|---|---|---|
| BlobString | blob |