System.Text.DecoderReplacementFallbackBuffer.InternalFallback C# (CSharp) Méthode

InternalFallback() private méthode

private InternalFallback ( byte bytes, byte pBytes ) : int
bytes byte
pBytes byte
Résultat int
        internal unsafe override int InternalFallback(byte[] bytes, byte* pBytes)
        {
            // return our replacement string Length
            return strDefault.Length;
        }
    }