[This is preliminary documentation and subject to change.]
Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.
Inherited from Encoding.
public virtual int GetCharCount(Byte*,int)
Inherited from Encoding.
public virtual int GetCharCount(byte[])
Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.
public override int GetCharCount(byte[],int,int)