Returns the Guid as a string, formatted according to a format string.
- format
- A format string. Valid values are listed in the remarks section.
The Guid as a string.
The following string values for format are allowed:
Format Description d, D The Guid is returned as a set of hexidecimal numbers separated by dashes. This is the default representation. b, B The Guid is returned enclosed in braces. p, P The Guid is returned enclosed in parenthesis. n, N The Guid is returned without dashes or braces/parenthesis.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0