Table of Contents

Method GetTypeNameUsingCodeDom

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetTypeNameUsingCodeDom(Type, string?)

Gets type name using CodeDomProvider.

public static string GetTypeNameUsingCodeDom(Type type, string? providerName = null)

Parameters

type Type

Type for which to get the name.

providerName string

Name of the provider. If not specified, c# is used.

Returns

string