Method GetTypeNameUsingCodeDom
GetTypeNameUsingCodeDom(Type, string?)
Gets type name using CodeDomProvider.
public static string GetTypeNameUsingCodeDom(Type type, string? providerName = null)
Parameters
typeTypeType for which to get the name.
providerNamestringName of the provider. If not specified, c# is used.