[This is preliminary documentation and subject to change.]
Decodes a sequence of bytes from the specified byte array into the specified character array.
Inherited from Encoding.
public virtual int GetChars(Byte*,int,Char*,int)
Inherited from Encoding.
public virtual char[] GetChars(byte[])
Inherited from Encoding.
public virtual char[] GetChars(byte[],int,int)
Decodes a sequence of bytes from the specified byte array into the specified character array.
public override int GetChars(byte[],int,int,char[],int)