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

Parameters

s

Type: System.String
The s.

date

Type: TwinCAT.PlcOpen.DATE.
The date.

Return Value

Type: Boolean
true if XXXX, false otherwise.

Reference

DATE Class

TwinCAT.PlcOpen Namespace