Matches a guid in the common forms used with the string constructor of the System.Guid type: "ca761232ed4211cebacd00aa0057b223" "ca761232-ed42-11ce-bacd-00aa0057b223" "CA761232-ED42-11CE-BACD-00AA0057B223" "{ca761232-ed42-11ce-bacd-00aa0057b223}" "(CA761232-ED42-11CE-BACD-00AA0057B223)" The following format is NOT support: "{0xCA761232, 0xED42, 0x11CE, {0xBA, 0xCD, 0x00, 0xAA, 0x00, 0x57, 0xB2, 0x23}}"
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly Guid As Regex |
C# | |
---|
public static readonly Regex Guid |
Requirements
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
See Also