EasyUA Reference
Parse Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NumericRange Structure : Parse Method

textToParse
The text to parse, prior to checking it is within the allowed range

Glossary Item Box

Parses a string representing a numeric range.

Syntax

Visual Basic (Usage)Copy Code
Dim textToParse As String
Dim value As NumericRange
 
value = NumericRange.Parse(textToParse)
C# 
public static NumericRange Parse( 
   string textToParse
)

Parameters

textToParse
The text to parse, prior to checking it is within the allowed range

Exceptions

ExceptionDescription
ServiceResultExceptionThrown when the numeric value of the parsed text is out of range

Remarks

Parses a string representing a numeric range.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.