Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Converts this GUID instance to a text representation.
var value = SP.Guid.ToSerialized();
Return Value
Type: string
The text representation of the GUID.
Remarks
This method calls the SP.Guid.ToString method to convert this instance to a text representation.