xtd 0.2.0
Loading...
Searching...
No Matches
xtd::native::guid Class Referencefinal

Definition

Contains guid native API.

Namespace
xtd::native
Library
xtd.core.native
Warning
Internal use only

Protected Static Methods

static std::vector< uint8_t > new_guid ()
 Generates a globally unique identifier (GUID).
 

Member Function Documentation

◆ new_guid()

static std::vector< uint8_t > xtd::native::guid::new_guid ( )
staticprotected

Generates a globally unique identifier (GUID).

Returns
A 16-element byte array containing GUID.
Remarks
A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated.
Warning
Internal use only

The documentation for this class was generated from the following file: