System.Text.UTF7Encoding.UTF7Encoder.GetByteCount C# (CSharp) Method

GetByteCount() public method

public GetByteCount ( char chars, int index, int count, bool flush ) : int
chars char
index int
count int
flush bool
return int
		public override int GetByteCount (char[] chars, int index,
										 int count, bool flush)
		{
			return InternalGetByteCount
				(chars, index, count, flush, leftOver, isInShifted, allowOptionals);
		}
		public override int GetBytes (char[] chars, int charIndex,