Method ToArray
| Improve this Doc View SourceToArray()
Returns an array of bytes that represents the current binary object.
Declaration
public byte[] ToArray()
Returns
Type | Description |
---|---|
System.Byte[] | A byte array that contains the value of the current binary object. |