When overridden in a derived class , decodes a sequence of bytes from the specified byte array into a string 在派生类中重写时,将指定字节数组中的一个字节序列解码为一个字符串。
When overridden in a derived class , decodes a sequence of bytes from the specified byte array into a set of characters 在派生类中重写时,将指定字节数组中的一个字节序列解码为一组字符。
When overridden in a derived class , decodes a sequence of bytes from the specified byte array into the specified character array 在派生类中重写时,将指定字节数组中的字节序列解码为指定的字符数组。
Decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer 将从指定的字节指针开始的一个字节序列解码为一组字符,并从指定的字符指针开始存储这组字符。