NSMutableString.DeleteCharacters(NSRange) 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.
Removes a range of characters from the string.
[Foundation.Export("deleteCharactersInRange:")]
public virtual void DeleteCharacters (Foundation.NSRange range);
abstract member DeleteCharacters : Foundation.NSRange -> unit
override this.DeleteCharacters : Foundation.NSRange -> unit
Parameters
- range
- NSRange
Range of characters to delete.
- Attributes