[]
Wraps all optional parameters in Replace(object, object, ReplaceOptions) to be consistent with the Java edition.
public class ReplaceOptions
public ReplaceOptions()
public LookAt LookAt { get; set; }
True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.
public bool MatchByte { get; set; }
True to make the search case sensitive. The default value is False .
public bool MatchCase { get; set; }
The replace format for the method.
public IDisplayFormat ReplaceFormat { get; set; }
The search format for the method.
public IDisplayFormat SearchFormat { get; set; }
Can be one of the SearchOrder enum.
public SearchOrder SearchOrder { get; set; }