System.Text.Latin1Encoding.GetBestFitUnicodeToBytesData C# (CSharp) Метод

GetBestFitUnicodeToBytesData() приватный Метод

private GetBestFitUnicodeToBytesData ( ) : char[]
Результат char[]
        internal override char[] GetBestFitUnicodeToBytesData()
        {
            // Get our best fit data
            return Latin1Encoding.arrayCharBestFit;
        }