HisEncoder.GetByteCount(Char[], Int32, Int32, Boolean) Method

Definition

public:
 override int GetByteCount(cli::array <char> ^ chars, int index, int count, bool flush);
public override int GetByteCount (char[] chars, int index, int count, bool flush);
override this.GetByteCount : char[] * int * int * bool -> int
Public Overrides Function GetByteCount (chars As Char(), index As Integer, count As Integer, flush As Boolean) As Integer

Parameters

chars
Char[]
index
Int32
count
Int32
flush
Boolean

Returns

Int32

Applies to