EasyUA Reference
Format Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class : Format Method

text
args

Glossary Item Box

Formats a message using the invariant locale.

Syntax

Visual Basic (Usage)Copy Code
Dim text As String
Dim args() As Object
Dim value As String
 
value = Utils.Format(text, args)
C# 
public static string Format( 
   string text,
   params object[] args
)

Parameters

text
args

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.