Share via


CodeGenerationUtilities.GetGuid(Guid) Method

Definition

Returns a string of the form "new System.Guid(xxx)" where xxx is the string form of the given 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

Parameters

value
Guid

Returns

Applies to