QuickOPC User's Guide and Reference
AsPrimitiveData Method (GenericDataExtension)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.Extensions Namespace > GenericDataExtension Class : AsPrimitiveData Method
The current generic data expressed as data of primitive data type.
Syntax
'Declaration
 
<ExtensionAttribute()>
<CanBeNullAttribute()>
Public Shared Function AsPrimitiveData( _
   ByVal genericData As GenericData _
) As PrimitiveData
'Usage
 
Dim genericData As GenericData
Dim value As PrimitiveData
 
value = GenericDataExtension.AsPrimitiveData(genericData)
[Extension()]
[CanBeNull()]
public static PrimitiveData AsPrimitiveData( 
   GenericData genericData
)
[Extension()]
[CanBeNull()]
public:
static PrimitiveData^ AsPrimitiveData( 
   GenericData^ genericData
) 

Parameters

genericData
Remarks

Returns null if the current generic data is not of primitive data type.

This method has been introduced primarily for languages like PHP that do not allow down-casting.

Classes derived from OpcLabs.BaseLib.DataTypeModel.GenericData form following class hierarchy:

.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also