EnumType.T..ToString Method (T)

Returns a String that represents this instance.

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

Syntax

C#

public string ToString(
    T val
)

VB

Public Function ToString ( 
    val As T
) As String

Parameters

val

Type: T
The value.

Return Value

Type: String
A String that represents this instance.

Implements

IEnumType.T..ToString(T)

Exceptions

Exception

Condition

ArgumentException

val

Reference

EnumType.T. Class

ToString Overload

TwinCAT.Ads.TypeSystem Namespace