ArcFM Desktop Developer Guide
TryParse Method


Syntax
'Declaration
 
Public Shared Function TryParse( _
   ByVal xmlString As String, _
   ByRef gadLog As GadLog _
) As Boolean
'Usage
 
Dim xmlString As String
Dim gadLog As GadLog
Dim value As Boolean
 
value = GadLog.TryParse(xmlString, gadLog)
public static bool TryParse( 
   string xmlString,
   out GadLog gadLog
)

Parameters

xmlString
gadLog
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

GadLog Class
GadLog Members

 

 


Send Comment