Opc.Ua.Core
ExtractValueFromVariant(ISystemContext,Object,Boolean) Method



Opc.Ua Namespace > BaseVariableState Class > ExtractValueFromVariant Method : ExtractValueFromVariant(ISystemContext,Object,Boolean) Method
The system context.
The value.
if set to true throw an exception on error.
Converts a values contained in a variant to the value defined for the variable.
Syntax
'Declaration
 
Protected Overloads Overridable Function ExtractValueFromVariant( _
   ByVal context As ISystemContext, _
   ByVal value As Object, _
   ByVal throwOnError As Boolean _
) As Object
'Usage
 
Dim instance As BaseVariableState
Dim context As ISystemContext
Dim value As Object
Dim throwOnError As Boolean
Dim value As Object
 
value = instance.ExtractValueFromVariant(context, value, throwOnError)
protected virtual object ExtractValueFromVariant( 
   ISystemContext context,
   object value,
   bool throwOnError
)
protected:
virtual Object^ ExtractValueFromVariant( 
   ISystemContext^ context,
   Object^ value,
   bool throwOnError
) 

Parameters

context
The system context.
value
The value.
throwOnError
if set to true throw an exception on error.

Return Value

If not overridden returns value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseVariableState Class
BaseVariableState Members
Overload List