NSCharacterSet.Contains 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.
Overloads
Contains(Char) |
Whether this NSCharacterSet contains the specified char. |
Contains(UInt32) |
Contains(Char)
Whether this NSCharacterSet contains the specified char.
[Foundation.Export("characterIsMember:")]
public virtual bool Contains (char aCharacter);
abstract member Contains : char -> bool
override this.Contains : char -> bool
Parameters
- aCharacter
- Char
Returns
- Attributes
Applies to
Contains(UInt32)
[Foundation.Export("longCharacterIsMember:")]
public virtual bool Contains (uint theLongChar);
abstract member Contains : uint32 -> bool
override this.Contains : uint32 -> bool
Parameters
- theLongChar
- UInt32
Returns
- Attributes