Luid.ToString Method (String, IFormatProvider)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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 

Parameters

format
Type: System..::..String
A format indicating how to format the value of this Luid.
formatProvider
Type: System..::..IFormatProvider
An IFormatProvider that supplies culture-specific formatting services.

Return Value

Type: String
A String representation of this locally unique identifier.

Implements

IFormattable..::..ToString(String, IFormatProvider)

See Also