Edit

Share via


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

Definition

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

Parameters

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

Returns

Applies to