Method SubstrBytes
SubstrBytes(string, int, int)
Returns the number of UTF-8 encoded bytes in the specified string.
public static string SubstrBytes(this string s, int startIndex, int length)
Parameters
Returns
- string
The number of UTF-8 bytes.