TIME.TryParse Method

Tries to parse the TIME object from string.

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 TIME?? ret
)

Parameters

str

Type: System.String
The string.

ret

Type: TwinCAT.PlcOpen.TIME.
The ret.

Return Value

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

Reference

TIME Class

TwinCAT.PlcOpen Namespace