M_CommandLine_Infrastructure_StringExtensions_FormatInvariant - adutton/commandline GitHub Wiki
Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static string FormatInvariant(
this string value,
params Object[] arguments
)VB
<ExtensionAttribute>
Public Shared Function FormatInvariant (
value As String,
ParamArray arguments As Object()
) As StringC++
public:
[ExtensionAttribute]
static String^ FormatInvariant(
String^ value,
... array<Object^>^ arguments
)F#
[<ExtensionAttribute>]
static member FormatInvariant :
value : string *
arguments : Object[] -> string
- value
- Type: System.String
- arguments
- Type: System.Object[]
Type: String
In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).