SqlSingle.Parse(String) Metodo

Definizione

Converte la struttura String specificata in una struttura 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

Parametri

s
String

String da analizzare.

Restituisce

Oggetto SqlSingle equivalente al valore contenuto nell'oggetto String specificato.

Si applica a

Vedi anche