Click or drag to resize

EAPUtilNewGuid Method (String)

Generate a new GUID string formatted without hyphens.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string NewGuid(
	string guidFormat
)

Parameters

guidFormat
Type: SystemString
The format to use for the GUID.

Return Value

Type: String
The newly created GUID string.
See Also