TerminalOptions.IgnoreSubstituteCharacter Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
IgnoreSubstituteCharacter
Gets or sets a value indicating whether to ignore incoming substitute characters (1A) or replace them with replaced by a question mark.
Declaration
public bool IgnoreSubstituteCharacter { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to ignore substitute characters; false to replace them with a question mark. |