SqlByte::Parse Method (String^)
.NET Framework (current version)
Converts the String representation of a number to its 8-bit unsigned integer equivalent.
Assembly: System.Data (in System.Data.dll)
Parameters
- s
-
Type:
System::String^
The String to be parsed.
Return Value
Type: System.Data.SqlTypes::SqlByteA SqlByte structure that contains the 8-bit number represented by the String parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: