GuidTryParse Method
See Also 
SourceCode.Dependancy.Client.Utilities Namespace > GuidUtility Class : GuidTryParse Method



value
result

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function GuidTryParse( _
   ByVal value As String, _
   ByRef result As Guid _
) As Boolean
Visual Basic (Usage) Copy Code
Dim value As String
Dim result As Guid
Dim value As Boolean
 
value = GuidUtility.GuidTryParse(value, result)
C#  
public static bool GuidTryParse( 
   string value,
   out Guid result
)
C++/CLI  
public:
static bool GuidTryParse( 
   String^ value,
   [Out] Guid result
) 

Parameters

value
result

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also