Opc.Ua.Core
Format Method (Utils)



Opc.Ua Namespace > Utils Class : Format Method
Formats a message using the invariant locale.
Syntax
'Declaration
 
Public Shared Function Format( _
   ByVal text As String, _
   ByVal ParamArray args() As Object _
) As String
'Usage
 
Dim text As String
Dim args() As Object
Dim value As String
 
value = Utils.Format(text, args)
public static string Format( 
   string text,
   params object[] args
)
public:
static String^ Format( 
   String^ text,
   ... array<Object^>^ args
) 

Parameters

text
args
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

Utils Class
Utils Members