ArcFM Responder Mobile Developer Guide
TryParseGuid Method






Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function TryParseGuid( _
   ByVal str As System.String, _
   ByRef guid As System.Guid _
) As System.Boolean
'Usage
 
Dim str As System.String
Dim guid As System.Guid
Dim value As System.Boolean
 
value = DataExtensions.TryParseGuid(str, guid)
[System.Runtime.CompilerServices.Extension()]
public static System.bool TryParseGuid( 
   System.string str,
   out System.Guid guid
)
public function TryParseGuid( 
    str: System.String;
   Out  guid: System.Guid
): System.Boolean; static; 
System.Runtime.CompilerServices.ExtensionAttribute()
public static function TryParseGuid( 
   str : System.String,
   guid : System.Guid
) : System.boolean;
[System.Runtime.CompilerServices.Extension()]
public: static System.bool TryParseGuid( 
   System.string* str,
   [PARAMFLAG::Out] System.Guid guid
) 
[System.Runtime.CompilerServices.Extension()]
public:
static System.bool TryParseGuid( 
   System.String^ str,
   [Out] System.Guid guid
) 

Parameters

str
guid
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

Reference

DataExtensions Class
DataExtensions Members

Send Feedback