Decimal

Description

The Decimal class represents high precision decimal values.

Properties of the Decimal Class

  Property name Brief description
MaxValue The MaxValue property returns the maximum value of the Decimal type.
MinValue The MinValue property returns the minimum value of the Decimal type.

Methods of the Decimal Class

  Method name Brief description
Parse The Parse method converts a string value into the Decimal type without validation.
TryParse The TryParse method converts string value into the Decimal type with validation.

Properties of Variables of the Decimal Type

  Property name Brief description
ToString The ToString property returns the value of the current variable converted into string type.

See also:

System Assembly Classes