LcdCharacterEncoding.GetChars(Byte[], Int32, Int32, Char[], Int32) Method

Definition

Reverse mapping is not supported for this encoding.

public override int GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex);
override this.GetChars : byte[] * int * int * char[] * int -> int
Public Overrides Function GetChars (bytes As Byte(), byteIndex As Integer, byteCount As Integer, chars As Char(), charIndex As Integer) As Integer

Parameters

bytes
Byte[]
byteIndex
Int32
byteCount
Int32
chars
Char[]
charIndex
Int32

Returns

Applies to