ToGuid Method

XmlConvert.ToGuid Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Converts the String to a Guid equivalent.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

'Declaration
Public Shared Function ToGuid ( _
	s As String _
) As Guid

Parameters

s
Type: System.String
The string to convert.

Return Value

Type: System.Guid
A Guid equivalent of the string.

ExceptionCondition
ArgumentNullException

s is Nothing.

FormatException

s is not in the correct format.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft