SystemUuidStr method

Project: System Information Unit.

Unit: PJSysInfo.

Class: TPJBiosInfo

Applies to: ~>5.32

function SystemUuidStr(const UseRFC4122ByteOrdering: Boolean = False):
  string;

Description

Returns the BIOS’ universal unique ID number (UUID) as a string formatted according to the one of the two formats defined by the SMBIOS reference specification.

The result string is grouped into fields as specified by RFC4122, i.e. in the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, where each x is a hexadecimal digit. The byte order of the digits is determined by the UseRFC4122ByteOrdering parameter.

Requires support for SMBIOS reference specification v2.1 or later.

Parameter:

Returns:

See also