SP.Guid.ToSerialized() Method
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.