Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FormattableStringFactory.Create(String, Object[]) Method

Definition

Namespace:
System.Runtime.CompilerServices
Assemblies:
mscorlib.dll, System.Runtime.dll
Assemblies:
netstandard.dll, System.Runtime.dll
Assembly:
System.Runtime.dll
Assembly:
mscorlib.dll
Assembly:
netstandard.dll
Source:
FormattableStringFactory.cs
Source:
FormattableStringFactory.cs
Source:
FormattableStringFactory.cs
Source:
FormattableStringFactory.cs
Source:
FormattableStringFactory.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Creates a FormattableString instance from a composite format string and its arguments.

public:
 static FormattableString ^ Create(System::String ^ format, ... cli::array <System::Object ^> ^ arguments);
public static FormattableString Create(string format, params object[] arguments);
public static FormattableString Create(string format, params object?[] arguments);
static member Create : string * obj[] -> FormattableString
Public Shared Function Create (format As String, ParamArray arguments As Object()) As FormattableString

Parameters

format
String

A composite format string.

arguments
Object[]

The arguments whose string representations are to be inserted in the result string.

Returns

The object that represents the composite format string and its arguments.

Exceptions

format is null.

-or-

arguments is null.

Applies to

See also


Feedback

Was this page helpful?