Convert the selector into its string representation.

C# | Visual Basic | Visual C++ |
<ExtensionAttribute> _ Public Shared Function ToSelector ( _ selector As IntPtr _ ) As String
[ExtensionAttribute] public: static String^ ToSelector( IntPtr selector )

- selector (IntPtr)
- The selector.

The string representation

In Visual Basic and C#, you can call this method as an instance method on any object of type IntPtr. When you use instance method syntax to call this method, omit the first parameter.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)