public final class GUID extends Object
Modifier and Type | Field and Description |
---|---|
static GUID |
GUID_NULL
The NULL GUID
|
static GUID |
GUID_STDOLE
The GUID of STDOLE
|
Constructor and Description |
---|
GUID(String str)
Parses the string representation "{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"
or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".
|
public static final GUID GUID_NULL
public static final GUID GUID_STDOLE
public GUID(String str)
str
- the String to be parsedCopyright © 2014. All rights reserved.