 | StringFormatter Constructor |
Namespace: BobsAssembly: Bobs.Utilities (in Bobs.Utilities.dll) Version: 0.1.0-dev001
Syntaxpublic StringFormatter(
IFormatProvider provider,
string format,
params Object[] args
)
Public Sub New (
provider As IFormatProvider,
format As String,
ParamArray args As Object()
)
public:
StringFormatter(
IFormatProvider^ provider,
String^ format,
... array<Object^>^ args
)
new :
provider : IFormatProvider *
format : string *
args : Object[] -> StringFormatter
Parameters
- provider
- Type: SystemIFormatProvider
An object that supplies culture-specific formatting information. - format
- Type: SystemString
A composite format string. - args
- Type: SystemObject
An object array that contains zero or more objects to format.
See Also