Declaration
public static byte[] ToUtf8(
this string input
)
Summary
Converts the specified string to UTF-8.
Parameters
this string | input |
String to convert to UTF-8. |
Returns
The specified string, converted to a byte-array containing the UTF-8 encoding of the string.