T
uaPLUS Reference
CheckTypeBeforeCast<T> Method
See Also  Send Feedback
Opc.Ua Namespace > BaseVariableState Class : CheckTypeBeforeCast<T> Method

value
throwOnError

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shared Function CheckTypeBeforeCast(Of T)( _
   ByVal value As Object, _
   ByVal throwOnError As Boolean _
) As T
C# 
public static T CheckTypeBeforeCast<T>( 
   object value,
   bool throwOnError
)

Parameters

value
throwOnError

Type Parameters

T

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.