Changes all instances of the current bad word to newWord in the text.
| C# | Visual Basic | Visual C++ | F# |
public virtual void ChangeAll( string newWord )
Public Overridable Sub ChangeAll ( newWord As String )
public: virtual void ChangeAll( String^ newWord )
abstract ChangeAll : newWord : string -> unit override ChangeAll : newWord : string -> unit
- newWord (String)
| Exception | Condition |
|---|---|
| NoCurrentBadWordException | if nextBadWord() hasn't been run first AND found an erroneous word. |
| ArgumentNullException | if newWord parameter is null. |
Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204