HisDecoder.Convert(Byte[], Int32, Int32, Char[], Int32, Int32, Boolean, Int32, Int32, Boolean) Method

Definition

public:
 override void Convert(cli::array <System::Byte> ^ bytes, int byteIndex, int byteCount, cli::array <char> ^ chars, int charIndex, int charCount, bool flush, [Runtime::InteropServices::Out] int % bytesUsed, [Runtime::InteropServices::Out] int % charsUsed, [Runtime::InteropServices::Out] bool % completed);
public override void Convert (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed);
override this.Convert : byte[] * int * int * char[] * int * int * bool *  *  *  -> unit
Public Overrides Sub Convert (bytes As Byte(), byteIndex As Integer, byteCount As Integer, chars As Char(), charIndex As Integer, charCount As Integer, flush As Boolean, ByRef bytesUsed As Integer, ByRef charsUsed As Integer, ByRef completed As Boolean)

Parameters

bytes
Byte[]
byteIndex
Int32
byteCount
Int32
chars
Char[]
charIndex
Int32
charCount
Int32
flush
Boolean
bytesUsed
Int32
charsUsed
Int32
completed
Boolean

Applies to