Parse a Datetime value and return it's string representation if valid datetime and is before tomorrow

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public static string ParseDateBeforeTomorrow(
	string inputDate
)
Visual Basic (Declaration)
Public Shared Function ParseDateBeforeTomorrow ( _
	inputDate As String _
) As String
Visual C++
public:
static String^ ParseDateBeforeTomorrow(
	String^ inputDate
)

Parameters

inputDate
Type: System..::.String
String of datetime to parse

Return Value

String representation of valid datetime

See Also