SqlString.ToSqlInt32 Method

Definition

Converts this SqlString structure to SqlInt32.

public:
 System::Data::SqlTypes::SqlInt32 ToSqlInt32();
public System.Data.SqlTypes.SqlInt32 ToSqlInt32 ();
member this.ToSqlInt32 : unit -> System.Data.SqlTypes.SqlInt32
Public Function ToSqlInt32 () As SqlInt32

Returns

A new SqlInt32 that is equal to the numeric value of this SqlString.

Applies to

See also