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



Opc.Ua Namespace > ExtensionObject Class > ToString Method : ToString(String,IFormatProvider) Method
(Unused). Leave this as null
The provider of a mechanism for retrieving an object to control formatting.
Returns the string representation of the embeddedobject.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal format As String, _
   ByVal formatProvider As IFormatProvider _
) As String
'Usage
 
Dim instance As ExtensionObject
Dim format As String
Dim formatProvider As IFormatProvider
Dim value As String
 
value = instance.ToString(format, formatProvider)

Parameters

format
(Unused). Leave this as null
formatProvider
The provider of a mechanism for retrieving an object to control formatting.

Return Value

A System.String containing the value of the current embedded instance in the specified format.
Exceptions
ExceptionDescription
Thrown if the format parameter is not null
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

ExtensionObject Class
ExtensionObject Members
Overload List