SqlSingle.Parse(String) Método

Definição

Converte a String especificada em uma estrutura SqlSingle.

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

A String a ser analisada.

Retornos

Um SqlSingle equivalente ao valor contido no String especificado.

Aplica-se a

Confira também