-
-
Notifications
You must be signed in to change notification settings - Fork 6
Numeric
The Numeric
class provides methods for converting numeric values and formatting numbers.
Returns the double
representation of the specified string.
Returns a Task<double>
that represents the asynchronous operation of converting the specified string to a double
.
Returns the double
representation of the specified decimal value.
Returns a Task<double>
that represents the asynchronous operation of converting the specified decimal value to a double
.
Returns the decimal
representation of the specified string.
Returns a Task<decimal>
that represents the asynchronous operation of converting the specified string to a decimal
.
Returns the decimal
representation of the specified double
value.
Returns a Task<decimal>
that represents the asynchronous operation of converting the specified double
value to a decimal
.
Numeral(object Value, bool Decimal = true, bool Fraction = true, int Digit = 2, char Number = '0', string Clear = DefaultType)
Formats the specified value as a string with the specified number format parameters.
NumeralAsync(object Value, bool Decimal = true, bool Fraction = true, int Digit = 2, char Number = '0', string Clear = DefaultType)
Returns a Task<string>
that represents the asynchronous operation of formatting the specified value as a string with the specified number format parameters.
Numeral(object Value, bool Decimal = true, bool Fraction = true, int Digit = 2, char Number = '0', SECNT Clear = ClearType)
Formats the specified value as a string with the specified number format parameters.
NumeralAsync(object Value, bool Decimal = true, bool Fraction = true, int Digit = 2, char Number = '0', SECNT Clear = ClearType)
Returns a Task<string>
that represents the asynchronous operation of formatting the specified value as a string with the specified number format parameters.
- Tax
- Url
- Web
- Ping
- Port
- Text
- Time
- Hash
- Word
- Color
- Speed
- Lottery
- Storage
- Browser
- Unicode
- Password
- JavaScript
- Cryptology
- Typography
- Temperature
- Compression
- Decompression
- Cascading Style Sheets
- JavaScript Object Notation
- Hypertext Markup Language
- Extensible Markup Language
- Extensible HyperText Markup Language