EncoderFallbackException.IsUnknownSurrogate Method

Definition

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

Returns

true if the input was a surrogate pair; otherwise, false.

Applies to