SqlSingle.Parse(String) Method

Definition

Converts the specified String to a SqlSingle structure.

public:
 static System::Data::SqlTypes::SqlSingle Parse(System::String ^ s);
public static System.Data.SqlTypes.SqlSingle Parse (string s);
static member Parse : string -> System.Data.SqlTypes.SqlSingle
Public Shared Function Parse (s As String) As SqlSingle

Parameters

s
String

The String to be parsed.

Returns

A SqlSingle equivalent to the value that is contained in the specified String.

Applies to

See also