TextBuffer.removeChar(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void removeChar(System::String ^ _charList);
public virtual void removeChar (string _charList);
abstract member removeChar : string -> unit
override this.removeChar : string -> unit
Public Overridable Sub removeChar (_charList As String)
Parameters
- _charList
- String