Property TrimResult
TrimResult
Gets or sets a value indicating whether to trim the result.
public bool TrimResult { get; set; }
Property Value
- bool
trueto trim leading and trailing whitespace; otherwise,false. Default istrue.
Gets or sets a value indicating whether to trim the result.
public bool TrimResult { get; set; }
true to trim leading and trailing whitespace; otherwise, false. Default is true.