SqlByte.Parse(String) Método
Definição
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
Parâmetros
- s
- String
A String a ser analisada.The String to be parsed.
Retornos
Uma estrutura SqlByte que contém o número de 8 bits representado pelo parâmetro String.A SqlByte structure that contains the 8-bit number represented by the String parameter.