ParseExact
Converts the string representation of a GUID to the equivalent Guid object.
Public Function ParseExact(
ByRef InputString As String,
ByRef Format As String ) As Guid
Parameters
- InputString
-
[ByRef]
String.
The string to convert.
- Format
-
[ByRef]
String.
One of the following specifiers that indicates the exact format to use when interpreting StringInput: "N", "D", "B", "P", or "X".
Return Values
Guid - A Guid object of the parsed value.
See Also
Project CorLib Overview
Class GuidStatic Overview