Fixed Methods |
| Name | Description | |
|---|---|---|
| Parse(String) |
Convert a string in into a Fixed number.
| |
| Parse(String, NumberStyles) |
Convert a string in into a Fixed number.
| |
| Parse(String, IFormatProvider) |
Convert a string in into a Fixed number.
| |
| Parse(String, NumberStyles, IFormatProvider) |
Convert a string in into a Fixed number.
| |
| ToString |
Display the number as a string.
(Overrides ValueTypeToString.) | |
| ToString(IFormatProvider) |
Display the number as a string.
| |
| ToString(String) |
Display the number as a string.
| |
| ToString(String, IFormatProvider) |
Display the number as a string.
|