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 C language.
public static bool IsBuiltInType(string dataType)
Parameters
dataType
stringName of type to check.
Returns
- bool
True if given type is built-in; otherwise false.