public void GetByteCount(UTF7Encoding encoding, string chars, int index, int count, int expected) { EncodingHelpers.GetByteCount(encoding, chars, index, count, expected); }
public void GetByteCount(string chars, int index, int count, int expected) { EncodingHelpers.GetByteCount(new UTF8Encoding(), chars, index, count, expected); }
private void GetByteCount(string chars, int index, int count, int expected) { EncodingHelpers.GetByteCount(new ASCIIEncoding(), chars, index, count, expected); }