CodeGenerationUtilities.GetGuid(Guid) 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.
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