Click or drag to resize
StringFormatter Constructor

Namespace: Bobs
Assembly: Bobs.Utilities (in Bobs.Utilities.dll) Version: 0.1.0-dev001
Syntax
public StringFormatter(
	IFormatProvider provider,
	string format,
	params Object[] args
)

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