Szerkesztés

Megosztás a következőn keresztül:


RuntimeTypeNameFormatter.Format(Type) Method

Definition

Returns a String form of type which can be parsed by GetType(String).

public static string Format (Type type);
static member Format : Type -> string
Public Shared Function Format (type As Type) As String

Parameters

type
Type

The type to format.

Returns

A String form of type which can be parsed by GetType(String).

Applies to