TK.IsArrayBase Method

Gets if tag is array
Public Shared Function IsArrayBase( _ 
ByVal tagName As String
) As Boolean
This language is not supported or no code example is available.
public static bool IsArrayBase( 
string tagName 
)
This language is not supported or no code example is available.

Parameters

tagName
string

Tag name

Return Value

bool

Flag indicatihng whether tag is array

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition