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