DATE.TryParse Method
Tries to parse the specified string to a DATE object.
Namespace: TwinCAT.PlcOpen
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public static bool TryParse(
string s,
out DATE date
)
VB
Public Shared Function TryParse (
s As String,
<OutAttribute> ByRef date As DATE
) As Boolean
Return Value
Type: Boolean
true if XXXX, false otherwise.