Instance.AlignTypeName Method

Aligns the type name

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

Syntax

C#

protected static string AlignTypeName(
    string typeName
)

VB

Protected Shared Function AlignTypeName ( 
    typeName As String
) As String

Parameters

typeName

Type: System.String
Name of the type.

Return Value

Type: String
System.String.

Exceptions

Exception

Condition

ArgumentException

Type name not valid!

Reference

Instance Class

TwinCAT.Ads.TypeSystem Namespace