Npgsql Api Docs

NpgsqlDate.TryParse Method 

[Visual Basic]
Public Shared Function TryParse( _
   ByVal str As String, _
   ByRef date As NpgsqlDate _
) As Boolean
[C#]
public static bool TryParse(
   string str,
   out NpgsqlDate date
);

See Also

NpgsqlDate Class | NpgsqlTypes Namespace