SqlSingle::Parse Method (String^)

 

Converts the specified String to a SqlSingle structure.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static SqlSingle Parse(
	String^ s
)

Parameters

s
Type: System::String^

The String to be parsed.

Return Value

Type: System.Data.SqlTypes::SqlSingle

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

.NET Framework
Available since 1.1
Return to top
Show: