Parse
Parses a string representation of a guid, returning a Guid
containing the parsed value.
Public Function Parse(
ByVal strGuid As String ) As Guid
Parameters
- strGuid
-
[ByVal]
String.
The guid string to be parsed.
Return Values
Guid - A Guid set to the parsed value.
Remarks
See Also
Project VBCorLib Overview
| Class GuidStatic Overview