Method ToByteArray
ToByteArray()
Declaration
public byte[] ToByteArray()
Returns
| Type | Description |
|---|---|
| System.Byte[] |
ToByteArray(Boolean, Boolean)
Declaration
public byte[] ToByteArray(bool isUnsigned = false, bool isBigEndian = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isUnsigned | |
| System.Boolean | isBigEndian |
Returns
| Type | Description |
|---|---|
| System.Byte[] |