Helper.GetDotNetType(String) 方法

定义

获取对应于值类型的 Microsoft .NET Framework System.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

参数

primitiveType
String

对应于值类型的类型名称。

返回

对应于值类型的 .NET Framework System.Type 的完整名称。

适用于