Overload | Description |
---|---|
GetChars(Byte[],Int32,Int32,Char[],Int32) | Decodes "byteCount" bytes from the given byte array, starting from the byte at index "byteIndex" and puts them in the specified char array, starting from "charIndex". |
GetChars(Byte[],Int32,Int32) | Decodes "byteCount" bytes from the given byte array, starting from the byte at index "byteIndex" and returns the resulting string. |
GetChars(Byte[]) | Gets the chars encoded by the specfiied bytes. |