CodeGenerationUtilities.GetGuid(Guid) 方法

定义

返回格式为 "new (xxx) " 的字符串,其中 xxx 是给定 Guid 的字符串格式。

public:
 static System::String ^ GetGuid(Guid value);
public static string GetGuid (Guid value);
static member GetGuid : Guid -> string
Public Shared Function GetGuid (value As Guid) As String

参数

value
Guid

返回

String

适用于