Edit

Share via


Buffer.ReplacementCodepoint Property

Definition

Gets or sets the code point used to replace invalid characters during text processing.

public uint ReplacementCodepoint { get; set; }

Property Value

The replacement code point. The default is DefaultReplacementCodepoint (U+FFFD).

Applies to