'Declaration
Public Function ToUABuiltInType() As UABuiltInType
'Usage
Dim instance As UANodeId Dim value As UABuiltInType value = instance.ToUABuiltInType()
public UABuiltInType ToUABuiltInType()
public: UABuiltInType ToUABuiltInType();
Return Value
Returns OpcLabs.EasyOpc.UA.UABuiltInType.Null when this node Id is a null node Id (see IsNull). Otherwise, it returns a OpcLabs.EasyOpc.UA.UABuiltInType to which the node Id, treated as a data type Id, corresponds. If the data type Id does not correspond to any built-in type, the method returns OpcLabs.EasyOpc.UA.UABuiltInType.ExtensionObject.