Base:
method
GetByteCount
System.Text.Encoding.GetByteCount(System.Char[], System.Int32, System.Int32)
1 reference to GetByteCount
System.Runtime.Serialization (1)
System\Xml\ValueHandle.cs (1)
795
actualByteCount = encoding.
GetByteCount
(chars, charOffset, actualCharCount);