NSCharacterSet.FromString(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.
A character set of the characters found in the specified string.
[Foundation.Export("characterSetWithCharactersInString:")]
public static Foundation.NSCharacterSet FromString (string aString);
static member FromString : string -> Foundation.NSCharacterSet
Parameters
- aString
- String
Returns
- Attributes