ArcFM Responder Mobile Developer Guide
StringToInt Method






String to convert.
Syntax
'Declaration
 
Public Shared Function StringToInt( _
   ByVal value As System.String _
) As System.Nullable(Of Integer)
'Usage
 
Dim value As System.String
Dim value As System.Nullable(Of Integer)
 
value = Converter.StringToInt(value)
public static System.Nullable<int> StringToInt( 
   System.string value
)
public function StringToInt( 
    value: System.String
): System.Nullable; static; 
public static function StringToInt( 
   value : System.String
) : System.Nullable;
public: static System.Nullable<int> StringToInt( 
   System.string* value
) 
public:
static System.Nullable<int> StringToInt( 
   System.String^ value
) 

Parameters

value
String to convert.

Return Value

Int value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Converter Class
Converter Members

Send Feedback