Responder Developer Guide
TryParseAsInt Method


Syntax
'Declaration
 
Public Shared Function TryParseAsInt( _
   ByVal value As String, _
   ByRef result As Integer _
) As Boolean
'Usage
 
Dim value As String
Dim result As Integer
Dim value As Boolean
 
value = Global.TryParseAsInt(value, result)
public static bool TryParseAsInt( 
   string value,
   out int result
)

Parameters

value
result
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

Global Class
Global Members

 

 


Send Comment