HisEncoder.GetBytes(Char[], Int32, Int32, Byte[], Int32, Boolean) Method

Definition

public:
 override int GetBytes(cli::array <char> ^ chars, int charIndex, int charCount, cli::array <System::Byte> ^ bytes, int byteIndex, bool flush);
public override int GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush);
override this.GetBytes : char[] * int * int * byte[] * int * bool -> int
Public Overrides Function GetBytes (chars As Char(), charIndex As Integer, charCount As Integer, bytes As Byte(), byteIndex As Integer, flush As Boolean) As Integer

Parameters

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

Returns

Int32

Applies to