Overload List

  Name Description
Public method Id (Byte) Constructs an ID with an array of bytes representing its GUID value.
Public method Id (Guid)  
Public method Id (String) Constructs an ID with a string representing its GUID value. Valid strings can have curly braces on either end or not, but they must consist of 8 hexadecimal characters, a dash, 4 hexadecimal characters, a dash, 4 hexadecimal characters, a dash, 4 hexadecimal characters, a dash, and 12 hexadecimal characters. For example:
 Copy Code
{1234abcd-56ef-7a89-9fe8-7d65cd43ba21}

See Also