DateParse(String, String, Boolean) Method

Parses text and returns the parsed value as Date

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static Date Parse(
	string date,
	string format,
	bool throwInvalidDateException
)

Parameters

date  String
The text to parsed
format  String
The format to parse the date with
throwInvalidDateException  Boolean
 

Return Value

Date

See Also