StringOp
Public / Constructors
Copy
2 overloads
A string operation that copies the given character.
A string operation that copies characters in the given code value range.
Hex
Returns a IStringOp object that replaces individual characters with hexadecimal Unicode literals.
- See also
Replace
Returns a IStringOp object that replaces the given token (see what in) with the given replacement (see with in).
Protected / Methods
DoReverse
Creates the reverse string operation.
This method is only called if IStringOp.IsReversible returns true
.