MonobjcMonobjc Documented Class Library
LongCharacterIsMember Method (theLongChar)
NamespacesMonobjc.FoundationNSCharacterSetLongCharacterIsMember(UInt32)

Returns a Boolean value that indicates whether a given long character is a member of the receiver.

Original signature is '- (BOOL)longCharacterIsMember:(UTF32Char)theLongChar'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool LongCharacterIsMember(
	uint theLongChar
)
Public Overridable Function LongCharacterIsMember ( _
	theLongChar As UInteger _
) As Boolean
public:
virtual bool LongCharacterIsMember(
	unsigned int theLongChar
)
Parameters
theLongChar (UInt32)
A UTF32 character.
Return Value
YES if theLongChar is in the receiver, otherwise NO.
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)