Currency

Description

The Currency class represents  currency data type.

Properties of the Currency Class

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

Methods of the Currency Type

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

Properties of the Currency Type Variables

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

See also:

System Assembly Classes