MatchByte Property (ReplaceOptions)
In This Topic
True to have double-byte characters match only double-byte characters.
False to have double-byte characters match their single-byte equivalents.
Syntax
public System.bool MatchByte {get; set;}
See Also