TypeConverter Class

Definition

Converts Obj-C type encodings to managed types.

public static class TypeConverter
type TypeConverter = class
Inheritance
TypeConverter

Remarks

This class provides a way of converting Objective-C encoded type strings to .NET and viceversa. The full details about type encodings are available .

Methods

ToManaged(String)

Converts the specified Objective-C description into the .NET type.

ToNative(Type)

Converts a .NET type into the Objective-C type code.

Applies to