Table of Contents

Method IsBuiltInType

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

IsBuiltInType(string)

Determines whether the given data type is a built-in type for the Visual Basic language.

public static bool IsBuiltInType(string dataType)

Parameters

dataType string

Name of type to check.

Returns

bool

True if given type is built-in; otherwise false.