SqlSingle.Parse(String) Método

Definição

Converte o especificado String numa SqlSingle estrutura.

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

Parâmetros

s
String

O String a ser analisado.

Devoluções

Um SqlSingle equivalente ao valor que está contido no especificado String.

Aplica-se a

Ver também