HisDecoder.GetCharCount Method

Definition

Overloads

GetCharCount(Byte[], Int32, Int32)
GetCharCount(Byte[], Int32, Int32, Boolean)

GetCharCount(Byte[], Int32, Int32)

public:
 override int GetCharCount(cli::array <System::Byte> ^ bytes, int index, int count);
public override int GetCharCount (byte[] bytes, int index, int count);
override this.GetCharCount : byte[] * int * int -> int
Public Overrides Function GetCharCount (bytes As Byte(), index As Integer, count As Integer) As Integer

Parameters

bytes
Byte[]
index
Int32
count
Int32

Returns

Int32

Applies to

GetCharCount(Byte[], Int32, Int32, Boolean)

public:
 override int GetCharCount(cli::array <System::Byte> ^ bytes, int index, int count, bool flush);
public override int GetCharCount (byte[] bytes, int index, int count, bool flush);
override this.GetCharCount : byte[] * int * int * bool -> int
Public Overrides Function GetCharCount (bytes As Byte(), index As Integer, count As Integer, flush As Boolean) As Integer

Parameters

bytes
Byte[]
index
Int32
count
Int32
flush
Boolean

Returns

Int32

Applies to