forwardDecimalHelper Methods   Table of ContentDecoderHelper Classforward
DecimalHelper.ParseDecimal Method
Create decimal object.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public static decimal ParseDecimal(
	long mantissa,
	sbyte exponent
)

Parameters

mantissa
Type: System.Int64
Mantissa.
exponent
Type: System.SByte
Exponent.

Return Value

Type: Decimal
Created decimal.
See Also