System.Text.EncoderFallbackException.IsUnknownSurrogate C# (CSharp) Méthode

IsUnknownSurrogate() public méthode

public IsUnknownSurrogate ( ) : bool
Résultat bool
        public bool IsUnknownSurrogate()
        {
            return (this.charUnknownHigh != '\0');
        }
    }