Method ToString
ToString()
Generates a string representation of the Guid. Same as guid.ToString().
See Microsoft's documentation
for more details.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representation of the |
Overrides
ToString(string)
Generates a string representation of the Guid. Same as guid.ToString(format).
Declaration
public string ToString(string format)
Parameters
| Type | Name | Description |
|---|---|---|
| string | format | A single format specifier that indicates how to format the value of the |
Returns
| Type | Description |
|---|---|
| string | A string representation of the |
ToString(string, IFormatProvider)
Generates a string representation of the Guid. Same as guid.ToString(format, provider).
Declaration
public string ToString(string format, IFormatProvider provider)
Parameters
| Type | Name | Description |
|---|---|---|
| string | format | A single format specifier that indicates how to format the value of the |
| IFormatProvider | provider | An object that supplies culture-specific formatting information. |
Returns
| Type | Description |
|---|---|
| string | A string representation of the |