NSCharacterSet
NSCharacterSet()
NSCharacterSet(IntPtr)
NSCharacterSet(NativeHandle)
NSCharacterSet(NSCoder)
NSCharacterSet(NSObjectFlag)
Alphanumerics
Capitalized
ClassHandle
Controls
DecimalDigits
Decomposables
Illegals
InvertedSet
Letters
LowercaseLetters
Marks
Newlines
Punctuation
Symbols
UppercaseLetters
WhitespaceAndNewlines
Whitespaces
Contains(Char)
Contains(UInt32)
Copy(NSZone)
EncodeTo(NSCoder)
FromBitmap(NSData)
FromFile(String)
FromRange(NSRange)
FromString(String)
GetBitmapRepresentation()
HasMemberInPlane(Byte)
IsSupersetOf(NSCharacterSet)
MutableCopy(NSZone)
xamarinios
namespace Foundation
{
[Register("NSCharacterSet", true)]
public class NSCharacterSet : NSObject, INSCoding, INSCopying, INSMutableCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal NSCharacterSet(IntPtr handle);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API