EasyUA Reference
EnsureValid(Object) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NumericRange Structure > EnsureValid Method : EnsureValid(Object) Method

value
The value to check

Glossary Item Box

Ensures the bounds are valid values for the object passed in.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NumericRange
Dim value As Object
Dim value As Boolean
 
value = instance.EnsureValid(value)
C# 
public bool EnsureValid( 
   object value
)

Parameters

value
The value to check

Remarks

Returns false if the object is not indexable or if the numeric range is out-of-bounds.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.