Mono Class Library: System.Guid Overview | Members

System.Guid.ToString Method

Returns the Guid as a string, formatted according to a format string and IFormatProvider.

public string ToString (string format, IFormatProvider provider)

Parameters

format
The format string.
provider
The format provider.

Returns

A representation of the Guid as a string.

Remarks

The value of provider is ignored. For valid values for format, see Guid.ToString(string).

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0