MonobjcMonobjc Documented Class Library
RemoveCharactersInRange Method (aRange)
NamespacesMonobjc.FoundationNSMutableCharacterSetRemoveCharactersInRange(NSRange)

Removes from the receiver the characters whose Unicode values are in a given range.

Original signature is '- (void)removeCharactersInRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveCharactersInRange(
	NSRange aRange
)
Public Overridable Sub RemoveCharactersInRange ( _
	aRange As NSRange _
)
public:
virtual void RemoveCharactersInRange(
	NSRange aRange
)
Parameters
aRange (NSRange)
The range of characters to remove.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)