ArcFM Solution 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
)

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