Method Transform
Transform(Message)
Replaces each character in the input with a replacement character if one can be found. If a replacement character can not be found then the original is kept.
Declaration
public void Transform(Message message)
Parameters
| Type | Name | Description |
|---|---|---|
| Message | message |