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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET