.NET Framework Class Library XmlConvert..::.ToString Method (Guid)
Namespace:
System.Xml
Assembly:
System.Xml (in System.Xml.dll)

Syntax
Public Shared Function ToString ( _
value As Guid _
) As String
public static string ToString(
Guid value
)
public:
static String^ ToString(
Guid value
)
static member ToString :
value:Guid -> string

Version Information
.NET FrameworkSupported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0 .NET Framework Client ProfileSupported in: 4, 3.5 SP1 Portable Class LibrarySupported in: Portable Class Library

Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

See Also
|
.NET Framework-Klassenbibliothek XmlConvert..::.ToString-Methode (Guid)
Namespace:
System.Xml
Assembly:
System.Xml (in System.Xml.dll)

Syntax
Public Shared Function ToString ( _
value As Guid _
) As String
public static string ToString(
Guid value
)
public:
static String^ ToString(
Guid value
)
static member ToString :
value:Guid -> string

Versionsinformationen
.NET FrameworkUnterstützt in: 4, 3.5, 3.0, 2.0, 1.1, 1.0 .NET Framework Client ProfileUnterstützt in: 4, 3.5 SP1 Unterstützt in:

Plattformen
Windows 7, Windows Vista SP1 oder höher, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core wird nicht unterstützt), Windows Server 2008 R2 (Server Core wird mit SP1 oder höher unterstützt), Windows Server 2003 SP2
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Siehe auch
|