SqlByte.Parse(String) Método

Definição

Converte a representação String de um número no inteiro sem sinal de 8 bits equivalente.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

Parâmetros

s
String

A String a ser analisada.The String to be parsed.

Retornos

SqlByte

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.

Aplica-se a