EasyUA Reference
ToString(String,IFormatProvider) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NumericRange Structure > ToString Method : ToString(String,IFormatProvider) Method

format
(Unused) Always pass NULL/NOTHING
formatProvider
(Unused) Always pass NULL/NOTHING

Glossary Item Box

Formats the numeric range as a string.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NumericRange
Dim format As String
Dim formatProvider As IFormatProvider
Dim value As String
 
value = instance.ToString(format, formatProvider)

Parameters

format
(Unused) Always pass NULL/NOTHING
formatProvider
(Unused) Always pass NULL/NOTHING

Exceptions

ExceptionDescription
System.FormatExceptionThrown when a non null/nothing is passed for either parameter

Remarks

Formats the numeric range as a string.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.