Representing the constant that is the largest possible Decimal value.
[Visual Basic] Public Shared ReadOnly MaxValue As Decimal [C#] public static readonly Decimal MaxValue; [C++] public: static readonly Decimal MaxValue; [JScript] public static var MaxValue : Decimal;
The value of this constant is 79,228,162,514,264,337,593,543,950,335.
The One hexadecimal value is equal to Decimal(unchecked((int)0XFFFFFFFF), unchecked((int)0xFFFFFFFF). unchecked((int)0xFFFFFFFF), 0);