TypeConverter.ToNative(Type) 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.
Converts a managed Type into the corresponding Objective-C type encoding.
public static string ToNative(Type type);
static member ToNative : Type -> string
Parameters
Returns
The Objective-C type encoding.
Remarks
For example, TypeConverter.ToNative (typeof (int)) returns "i".