The Currency class represents currency data type.
| Property name | Brief description | |
| The MaxValue property returns the maximum value of the Currency type. | ||
| The MinValue property returns the minimum value of the Currency type. |
| Method name | Brief description | |
| The Parse method converts a string value into the Currency type without validation. | ||
| The TryParse method converts a string value into the type Currency with validation. |
| Property name | Brief description | |
| The ToString property returns the value of the current variable converted into string type. |
See also: