TOD.Parse Method

Parses the specified string to a TOD object.

Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public static TOD Parse(
    string str
)

VB

Public Shared Function Parse ( 
    str As String
) As TOD

Parameters

str

Type: System.String
The string.

Return Value

Type: TOD
TOD.

Exceptions

Exception

Condition

FormatException

Cannot parse TOD object!

Reference

TOD Class

TwinCAT.PlcOpen Namespace