HisDecoder.GetCharCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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