ReplaceOptions Class Members
In This Topic
The following tables list the members exposed by ReplaceOptions.
Public Constructors
Public Properties
| Name | Description |
| LookAt | Can be one of the LookAt enum. Default is LookAt.Part . |
| MatchByte |
True to have double-byte characters match only double-byte characters.
False to have double-byte characters match their single-byte equivalents.
|
| MatchCase |
True to make the search case sensitive. The default value is False .
|
| ReplaceFormat |
The replace format for the method.
|
| SearchFormat |
The search format for the method.
|
| SearchOrder | Can be one of the SearchOrder enum. |
Top
See Also