ArcFM Engine Developer Guide
TryParseGuid Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function TryParseGuid( _
   ByVal str As String, _
   ByRef guid As Guid _
) As Boolean
'Usage
 
Dim str As String
Dim guid As Guid
Dim value As Boolean
 
value = DataExtensions.TryParseGuid(str, guid)
[Extension()]
public static bool TryParseGuid( 
   string str,
   out Guid guid
)

Parameters

str
guid
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataExtensions Class
DataExtensions Members

 

 


Send Comment