FromValues
Creates a new guid from the individual values and bytes.
Public Function FromValues(
ByVal a As Long,
ByVal b As Integer,
ByVal c As Integer,
ByVal d As Byte,
ByVal e As Byte,
ByVal f As Byte,
ByVal g As Byte,
ByVal h As Byte,
ByVal i As Byte,
ByVal j As Byte,
ByVal k As Byte ) As Guid
Parameters
- a
-
[ByVal]
Long.
A Long
- b
-
[ByVal]
Integer.
An Integer
- c
-
[ByVal]
Integer.
An Integer
- d
-
[ByVal]
Byte.
A Byte
- e
-
[ByVal]
Byte.
A Byte
- f
-
[ByVal]
Byte.
A Byte
- g
-
[ByVal]
Byte.
A Byte
- h
-
[ByVal]
Byte.
A Byte
- i
-
[ByVal]
Byte.
A Byte
- j
-
[ByVal]
Byte.
A Byte
- k
-
[ByVal]
Byte.
A Byte
Return Values
Guid - A new guid initialized to the values and bytes specified.
See Also
Project CorLib Overview
Class GuidStatic Overview