IStringType.Length Property

Gets the number of characters within the string (when fixed length).

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

Syntax

C#

int Length { get; }

VB

ReadOnly Property Length As Integer
    Get

Property Value

Type: Int32
The length if fixed length, otherwise -1

Reference

IStringType Interface

TwinCAT.TypeSystem Namespace