System Namespace
Represents a globally unique identifier ( GUID ).
Visibility |
Constructor |
Parameters |
public |
Guid |
(
Byte
b
)
|
public |
Guid |
(
UInt32
a
,
UInt16
b
,
UInt16
c
,
Byte
d
,
Byte
e
,
Byte
f
,
Byte
g
,
Byte
h
,
Byte
i
,
Byte
j
,
Byte
k
)
|
public |
Guid |
(
Int32
a
,
Int16
b
,
Int16
c
,
Byte
d
)
|
public |
Guid |
(
Int32
a
,
Int16
b
,
Int16
c
,
Byte
d
,
Byte
e
,
Byte
f
,
Byte
g
,
Byte
h
,
Byte
i
,
Byte
j
,
Byte
k
)
|
public |
Guid |
(
String
g
)
|
Visibility |
Name |
Type |
public static |
Empty |
Guid |
|
A GUID is a 128-bit integer ( 16 bytes ) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated.
|
|