Class utf8
Provides a string processor to treat string literals as UTF-8 character arrays.
public class utf8 : IStringProcessor<byte[]>
- Inheritance
-
utf8
- Implements
- Inherited Members
- Extension Methods
Methods
Process(string)
Processes the specified input string.
public static byte[] Process(string input)
Parameters
inputstringThe string to process.
Returns
- byte[]
The processed object.