Formats the text using the
TextFormat and the supplied arguments.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public void FormatText(
params Object[] args
) |
Visual Basic |
---|
Public Sub FormatText (
ParamArray args As Object()
) |
Visual C++ |
---|
public:
void FormatText(
... array<Object^>^ args
) |
F# |
---|
member FormatText :
args : Object[] -> unit
|
Parameters
- args
- Type: array<System..::..Object>[]()[][]
The arguments to use during formatting.
See Also