We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Home > @microsoft/sp-core-library > Guid > toString
Returns a string representation of the GUID
Signature:
toString(): string;
Returns:
string
The GUID value in lowercase hexadecimal without braces.
Example: 'd5369f3b-bd7a-412a-9c0f-7f0650bb5489'
'd5369f3b-bd7a-412a-9c0f-7f0650bb5489'
Home