TypeNameHelper.GetTypeDisplayName(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pretty prints a type name.
public:
static System::String ^ GetTypeDisplayName(Type ^ type);
public static string GetTypeDisplayName(Type type);
static member GetTypeDisplayName : Type -> string
Public Shared Function GetTypeDisplayName (type As Type) As String
Parameters
- type
- Type