'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.