SqlDateTime.Parse(String) Metodo

Definizione

Converte la rappresentazione String specificata di data e ora nell'equivalente struttura SqlDateTime.

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

Parametri

s
String

string da analizzare.

Restituisce

Struttura SqlDateTime uguale alla data e all'ora rappresentate dall'oggetto string specificato.

Si applica a

Vedi anche