SqlDateTime.Parse(String) Metodo

Definizione

Converte la rappresentazione specificata String di una data e un'ora nell'equivalente 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

Oggetto string da analizzare.

Valori restituiti

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

Si applica a

Vedi anche