INumericBitConverterTNumericToNumeric(ReadOnlySpanByte) Method

Converts a read-only byte span into a numeric value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric ToNumeric(
	ReadOnlySpan<byte> value
)

Parameters

value  ReadOnlySpanByte
A read-only span containing the bytes to convert.

Return Value

TNumeric
A numeric value representing the converted bytes.

Exceptions

ArgumentOutOfRangeException The length of value is less than ConvertedSize.

See Also