NSCharacterSet.HasMemberInPlane(Byte) 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.
Whether this character set has at least one member in the character plane.
[Foundation.Export("hasMemberInPlane:")]
public virtual bool HasMemberInPlane (byte thePlane);
abstract member HasMemberInPlane : byte -> bool
override this.HasMemberInPlane : byte -> bool
Parameters
- thePlane
- Byte
Returns
- Attributes