Method CopyTo
CopyTo<T>(ref T)
Copies the characters from a BlobString to a native container
Declaration
public ConversionError CopyTo<T>(ref T dest) where T : INativeList<byte>
Parameters
Type | Name | Description |
---|---|---|
T | dest | The destination BlobString. |
Returns
Type | Description |
---|---|
ConversionError | None if the copy fully completes. Otherwise, returns Overflow. |
Type Parameters
Name | Description |
---|---|
T | The type of native container to copy to |