Parse
 Converts the string representation of a GUID to the equivalent Guid object.
 Public Function Parse(
	  ByRef InputString As String ) As Guid
Parameters
- InputString
 - 
[ByRef]
 String.
  The string to convert.
 
 
Return Values
Guid -  A Guid object of the parsed value.
See Also
Project CorLib Overview
Class GuidStatic Overview