Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FormattableStringFactory Class

.NET Framework (current version)
 

Provides a static method to create a FormattableString object from a composite format string and its arguments.

Namespace:   System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

System::Object
  System.Runtime.CompilerServices::FormattableStringFactory

public ref class FormattableStringFactory abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(String^, array<Object^>^)

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

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft