SqlInt32::Parse Method (String^)
.NET Framework (current version)
Converts the String representation of a number to its 32-bit signed integer equivalent.
Assembly: System.Data (in System.Data.dll)
Parameters
- s
-
Type:
System::String^
The String to be parsed.
Return Value
Type: System.Data.SqlTypes::SqlInt32A 32-bit signed integer equivalent to the value that is contained in the specified String.
.NET Framework
Available since 1.1
Available since 1.1
Show: