Method TryWriteBytes
TryWriteBytes(Span<Byte>, out Int32, Boolean, Boolean)
Declaration
public bool TryWriteBytes(Span<byte> dest, out int bytesWritten, bool isUnsigned = false, bool isBigEndian = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Span<System.Byte> | dest | |
| System.Int32 | bytesWritten | |
| System.Boolean | isUnsigned | |
| System.Boolean | isBigEndian |
Returns
| Type | Description |
|---|---|
| System.Boolean |