-
-
Notifications
You must be signed in to change notification settings - Fork 5
Unicode
Taiizor edited this page Mar 1, 2023
·
2 revisions
The Skylark.Standard.Extension.Unicode.UnicodeExtension
class is a static class that provides extension methods for converting text to ASCII and ASCII to text.
Skylark.Standard.Extension.Unicode
Converts text to ASCII.
-
Text
: (optional) The text to convert. Defaults toMUUM.Text
. -
Split
: (optional) The character to use as a delimiter when splitting the bytes. Defaults toMUUM.Split
. -
Encode
: (optional) The encoding to use. Defaults toMUUM.Encode
.
A string representing the ASCII bytes of the input text.
-
E
: If an error occurs during conversion, an exception is thrown.
TextToASCIIAsync(string Text = MUUM.Text, char Split = MUUM.Split, EET Encode = MUUM.Encode): Task<string>
Converts text to ASCII asynchronously.
-
Text
: (optional) The text to convert. Defaults toMUUM.Text
. -
Split
: (optional) The character to use as a delimiter when splitting the bytes. Defaults toMUUM.Split
. -
Encode
: (optional) The encoding to use. Defaults toMUUM.Encode
.
A task representing the asynchronous operation that returns a string representing the ASCII bytes of the input text.
Converts ASCII to text.
-
ASCII
: (optional) The ASCII bytes to convert. Defaults toMUUM.ASCII
. -
Split
: (optional) The character to use as a delimiter when splitting the bytes. Defaults toMUUM.Split
. -
Encode
: (optional) The encoding to use. Defaults toMUUM.Encode
.
A string representing the text of the input ASCII bytes.
-
E
: If an error occurs during conversion, an exception is thrown.
- 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