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



Opc.Ua Namespace > DataValue Class > ToString Method : ToString(String,IFormatProvider) Method
Not used, ALWAYS specify a null/nothing value
The format string, ALWAYS specify a null/nothing value
Returns the string representation of the object.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal format As String, _
   ByVal formatProvider As IFormatProvider _
) As String
'Usage
 
Dim instance As DataValue
Dim format As String
Dim formatProvider As IFormatProvider
Dim value As String
 
value = instance.ToString(format, formatProvider)

Parameters

format
Not used, ALWAYS specify a null/nothing value
formatProvider
The format string, ALWAYS specify a null/nothing value
Exceptions
ExceptionDescription
Thrown when the format is NOT null/nothing
Remarks
Returns the string representation of the object.
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

DataValue Class
DataValue Members
Overload List