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
)
Public Shared Function NewGuid (
guidFormat As String
) As String
Parameters
- guidFormat
- Type: SystemString
The format to use for the GUID.
Return Value
Type:
StringThe newly created GUID string.
See Also