Miner.Mobile.Common.Utilities Namespace > Converter Class : StringToInt Method |
'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 )
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