Visual Signal ExternalBase Class Library Documentation
FromDateString Method (s, dt)
VisualSignalVSignal.ExternalBaseAuxUtilFromDateString(String, DateTime%)
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Convert from a properly formatted, localized date-time string to a System.DateTime object. This function will attempt to cycle through various localization cultures and formats, and once found will continue to use that format as the default.
Declaration Syntax
C#Visual BasicVisual C++
public static bool FromDateString(
	string s,
	out DateTime dt
)
Public Shared Function FromDateString ( _
	s As String, _
	<OutAttribute> ByRef dt As DateTime _
) As Boolean
public:
static bool FromDateString(
	String^ s, 
	[OutAttribute] DateTime% dt
)
Parameters
s (String)
Specifies the date-time string.
dt ( DateTime %)
Outputs the System.DateTime object.
Return Value
Returns true if conversion is successful.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)