Luid.ToString Method (String)

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
)
Visual Basic
Public Function ToString ( 
	format As String
) As String
Visual C++
public:
String^ ToString(
	String^ format
)
F#
member ToString : 
        format : string -> string 

Parameters

format
Type: System..::..String
A format indicating how to format the value of this Luid.

Return Value

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

See Also