DevExtreme Vue - Guid Methods

This section describes methods that control a Guid instance.

ctor()

Creates a new Guid instance that contains a generated GUID.

ctor(value)

Creates a new Guid instance that contains the specified GUID.

Parameters:
value:

String

A string representation of the GUID.

Hyphens in the GUID are optional:

toString()

Gets the GUID. Works identically to the valueOf() method.

Return Value:

String

The GUID.

The returned GUID is always hyphened even if the Guid was created with a non-hyphened version:

valueOf()

Gets the GUID. Works identically to the toString() method.

Return Value:

String

The GUID.

The returned GUID is always hyphened even if the Guid was created with a non-hyphened version: