-
-
Notifications
You must be signed in to change notification settings - Fork 5
Format
Taiizor edited this page Mar 1, 2023
·
6 revisions
The Format
class that provides various formatting methods.
Method | Description | Parameters | Returns |
---|---|---|---|
Formatter(object Format, bool Case, bool Invariant = true) | Returns the formatted string with specified case. | Format (object): The input string to be formatted. Case (bool): If true, the output string will be uppercase. If false, the output string will be lowercase. Invariant (bool): If true, the formatting operation will use the invariant culture. The default value is true. | string: The formatted string. |
FormatterAsync(object Format, bool Case, bool Invariant = true) | Returns a task that asynchronously performs the Formatter method with specified case. | Format (object): The input string to be formatted. Case (bool): If true, the output string will be uppercase. If false, the output string will be lowercase. Invariant (bool): If true, the formatting operation will use the invariant culture. The default value is true. | Task<string>: A task that represents the asynchronous operation. The task result contains the formatted string. |
Formatter(string Format, bool Case, bool Invariant = true) | Returns the formatted string with specified case. | Format (string): The input string to be formatted. Case (bool): If true, the output string will be uppercase. If false, the output string will be lowercase. Invariant (bool): If true, the formatting operation will use the invariant culture. The default value is true. | string: The formatted string. |
FormatterAsync(string Format, bool Case, bool Invariant = true) | Returns a task that asynchronously performs the Formatter method with specified case. | Format (string): The input string to be formatted. Case (bool): If true, the output string will be uppercase. If false, the output string will be lowercase. Invariant (bool): If true, the formatting operation will use the invariant culture. The default value is true. | Task<string>: A task that represents the asynchronous operation. The task result contains the formatted string. |
Formatter(object Format, params object[] Args) | Returns the formatted string with specified arguments. | Format (object): The input string to be formatted. Args (params object[]): An array of arguments to be used in the formatting operation. | string: The formatted string. |
FormatterAsync(object Format, params object[] Args) | Returns a task that asynchronously performs the Formatter method with specified arguments. | Format (object): The input string to be formatted. Args (params object[]): An array of arguments to be used in the formatting operation. | Task<string>: A task that represents the asynchronous operation. The task result contains the formatted string. |
- 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