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

sp core library.version.tostring

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

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

Version.toString() method

Returns a string representation of the version.

Signature:

toString(): string;

Returns:

string

Remarks

The value is normalized and may be different from the original string (e.g. leading zeroes may be removed). However, the number of version parts will be unchanged.

Clone this wiki locally