|
|
CreateGUID(plain As boolean) As string
string CreateGUID(boolean plain);
| 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. |
The method creates a GUID and returns it as a string.
We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.