HisEncoder.GetByteCount(Char[], Int32, Int32, Boolean) 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.
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