CreateGUID Method

CreateGUID(plain As boolean) As string

string CreateGUID(boolean plain);

Parameters

name type description
plain boolean (optional). Describes whether the GUID is formatted or plain. If the parameter is true, the GUID has no formatting, xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx. If the parameter is false, the GUID will be formatted, ie: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} If not specified, the GUID will be formatted by default.

Description

The method creates a GUID and returns it as a string.

Object

GUIDCreator



We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.