Upravit

Sdílet prostřednictvím


TypeConverter.ToNative(Type) Method

Definition

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

public static string ToNative (Type type);
static member ToNative : Type -> string

Parameters

type
Type

A .NET type.

Returns

Remarks

For example: TypeConverter.ToNative (int.GetType ()) will return "i".

Applies to