EncoderFallbackException.IsUnknownSurrogate Método
Definição
Indica se a entrada que causou a exceção é um par alternativo.Indicates whether the input that caused the exception is a surrogate pair.
public:
bool IsUnknownSurrogate();
public bool IsUnknownSurrogate ();
member this.IsUnknownSurrogate : unit -> bool
Public Function IsUnknownSurrogate () As Boolean
Retornos
true se a entrada foi um par alternativo; caso contrário, false.true if the input was a surrogate pair; otherwise, false.