Opc.Ua.Core
ToString(String,IFormatProvider) Method



Opc.Ua Namespace > NumericRange Structure > ToString Method : ToString(String,IFormatProvider) Method
(Unused) Always pass NULL/NOTHING
(Unused) Always pass NULL/NOTHING
Formats the numeric range as a string.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal format As String, _
   ByVal formatProvider As IFormatProvider _
) As String
'Usage
 
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
Thrown when a non null/nothing is passed for either parameter
Remarks
Formats the numeric range as a string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericRange Structure
NumericRange Members
Overload List