Returns a
String representation of this locally unique identifier.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public string ToString(
string format,
IFormatProvider formatProvider
) |
| Visual Basic |
|---|
Public Function ToString (
format As String,
formatProvider As IFormatProvider
) As String |
| Visual C++ |
|---|
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ formatProvider
) sealed |
| F# |
|---|
abstract ToString :
format : string *
formatProvider : IFormatProvider -> string
override ToString :
format : string *
formatProvider : IFormatProvider -> string |
Return Value
Type:
StringA
String representation of this locally unique identifier.
Implements
IFormattable..::..ToString(String, IFormatProvider)
See Also