Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp core library.guid.tostring

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-core-library > Guid > toString

Guid.toString() method

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'

Clone this wiki locally