SPUtility.ObjectToGuid Method

Converts an object to a Guid structure.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Shared Function ObjectToGuid ( _
    o As Object _
) As Guid
'Usage
Dim o As Object
Dim returnValue As Guid

returnValue = SPUtility.ObjectToGuid(o)
public static Guid ObjectToGuid(
    Object o
)

Parameters

Return Value

Type: System.Guid
If the type of the object is GUID, string, or byte[], the method returns a valid Guid. Otherwise, it returns GUID.Empty.

See Also

Reference

SPUtility Class

SPUtility Members

Microsoft.SharePoint.Utilities Namespace