GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int
示例#1
0
 public override Int32 GetCharCount(Byte[] bytes, Int32 index, Int32 count)
 {
     return(ucs4Decoder.GetCharCount(bytes, index, count));
 }
示例#2
0
 public override int GetCharCount(byte[] bytes, int index, int count)
 {
     return(ucs4Decoder.GetCharCount(bytes, index, count));
 }