NewGuid Method

Summary

Creates a new GUID.

Syntax
TypeScript
JavaScript
newGuid = function() 
static newGuid(): string; 

Return Value

A new randomly generated globally unique identifier (GUID) value.

Remarks

This is a convenient static method that you can call to get a new GUID. The GUID is in this format:

xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly