SqlByte.Parse(String) Method

Definition

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

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

Parameters

s
String

The String to be parsed.

Returns

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

Applies to

See also