LTIME.TryParse Method

Tries to parse the string to a LTIME object.

Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public static bool TryParse(
    string str,
    out LTIME?? ret
)

Parameters

str

Type: System.String
The string.

ret

Type: TwinCAT.PlcOpen.LTIME.
The ret.

Return Value

Type: Boolean
true if the LTIME object could be parsed, false otherwise.

Reference

LTIME Class

TwinCAT.PlcOpen Namespace