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



Opc.Ua Namespace > ExpandedNodeId Class > ToString Method : ToString(String,IFormatProvider) Method
(Unused) The format string.
(Unused) The format-provider.
Returns the string representation of an ExpandedNodeId.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal format As String, _
   ByVal formatProvider As IFormatProvider _
) As String
'Usage
 
Dim instance As ExpandedNodeId
Dim format As String
Dim formatProvider As IFormatProvider
Dim value As String
 
value = instance.ToString(format, formatProvider)

Parameters

format
(Unused) The format string.
formatProvider
(Unused) The format-provider.

Return Value

The ExpandedNodeId as a formatted string
Exceptions
ExceptionDescription
Thrown when the 'format' parameter is NOT null. So leave that parameter null.
Remarks
Returns the string representation of an ExpandedNodeId.
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

ExpandedNodeId Class
ExpandedNodeId Members
Overload List