BitOperationsTryWriteBytes Method
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static bool TryWriteBytes(
Span<byte> destination,
decimal value
)
Public Shared Function TryWriteBytes (
destination As Span(Of Byte),
value As Decimal
) As Boolean
public:
static bool TryWriteBytes(
Span<unsigned char> destination,
Decimal value
)
static member TryWriteBytes :
destination : Span<byte> *
value : decimal -> bool
- destination SpanByte
-
- value Decimal
-
Boolean