Helper.GetDotNetType(String) 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.
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.