Helper.GetDotNetType(String) Method

Definition

Gets the full name of the Microsoft .NET Framework System.Type that corresponds to the value type.

public:
 static System::String ^ GetDotNetType(System::String ^ primitiveType);
public static string GetDotNetType (string primitiveType);
static member GetDotNetType : string -> string
Public Shared Function GetDotNetType (primitiveType As String) As String

Parameters

primitiveType
String

The type name, as in value type.

Returns

The full name of the .NET Framework System.Type that corresponds to the value type.

Applies to