StringType.Length Property

Gets the number of characters within the string.

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

Syntax

C#

public int Length { get; }

VB

Public ReadOnly Property Length As Integer
    Get

Property Value

Type: Int32
The length.

Implements

IStringType.Length

Reference

StringType Class

TwinCAT.Ads.TypeSystem Namespace