DBusUtilities.isGuid

Checks if string is a D-Bus GUID.

See the D-Bus specification regarding what strings are valid D-Bus GUID (for example, D-Bus GUIDs are not RFC-4122 compliant).

struct DBusUtilities
static
bool
isGuid
(
string string_
)

Parameters

string_ string

The string to check.

Return Value

Type: bool

TRUE if string is a guid, FALSE otherwise.

Meta

Since

2.26