System.Text.Latin1Encoding.GetBestFitUnicodeToBytesData C# (CSharp) Méthode

GetBestFitUnicodeToBytesData() private méthode

private GetBestFitUnicodeToBytesData ( ) : char[]
Résultat char[]
        internal override char[] GetBestFitUnicodeToBytesData()
        {
            // Get our best fit data
            return Latin1Encoding.arrayCharBestFit;
        }