コード例 #1
0
 public override unsafe int GetCharCount(byte *bytes, int count)
 {
     return(EncodingForwarder.GetCharCount(this, bytes, count));
 }
コード例 #2
0
        // Returns the number of characters produced by decoding a range of bytes
        // in a byte array.

        public override int GetCharCount(byte[] bytes, int index, int count)
        {
            return(EncodingForwarder.GetCharCount(this, bytes, index, count));
        }