GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int
Example #1
0
 public override int GetCharCount(byte[] bytes, int index, int count)
 {
     return _encoding.GetCharCount(bytes, index, count, this);
 }