Rune.ReplacementChar Property

Definition

Gets a Rune instance that represents the Unicode replacement character U+FFFD.

public:
 static property System::Text::Rune ReplacementChar { System::Text::Rune get(); };
public static System.Text.Rune ReplacementChar { get; }
static member ReplacementChar : System.Text.Rune
Public Shared ReadOnly Property ReplacementChar As Rune

Property Value

A Rune instance that represents the Unicode replacement character U+FFFD.

Applies to