Responder Developer Guide
TryParse(String,PhoneNumber) Method


Syntax
'Declaration
 
Public Overloads Shared Function TryParse( _
   ByVal input As String, _
   ByRef result As PhoneNumber _
) As Boolean
'Usage
 
Dim input As String
Dim result As PhoneNumber
Dim value As Boolean
 
value = PhoneNumber.TryParse(input, result)
public static bool TryParse( 
   string input,
   out PhoneNumber result
)

Parameters

input
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

PhoneNumber Class
PhoneNumber Members
Overload List

 

 


Send Comment