SqlByte::Parse Method (String^)

 

Converts the String representation of a number to its 8-bit unsigned integer equivalent.

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

public:
static SqlByte Parse(
	String^ s
)

Parameters

s
Type: System::String^

The String to be parsed.

Return Value

Type: System.Data.SqlTypes::SqlByte

A SqlByte structure that contains the 8-bit number represented by the String parameter.

.NET Framework
Available since 1.1
Return to top
Show: