StringFormattingExtensions.FormatForUser(String, Object[]) Method
Definition
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.
Format string to be displayed.
public static string FormatForUser(this string format, params object[] args);
static member FormatForUser : string * obj[] -> string
<Extension()>
Public Function FormatForUser (format As String, ParamArray args As Object()) As String
Parameters
- format
- String
A composite format string.
- args
- Object[]
The object to format.
Returns
A copy of format in which the format item or items have been replaced by the string representation of arg0.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET