Click or drag to resize

HtmlEncodingFormatProviderFormat Method

Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public string Format(
	string format,
	Object arg,
	IFormatProvider formatProvider
)

Parameters

format
Type: SystemString
A format string containing formatting specifications.
arg
Type: SystemObject
An object to format.
formatProvider
Type: SystemIFormatProvider
An object that supplies format information about the current instance.

Return Value

Type: String
The string representation of the value of arg, formatted as specified by format and formatProvider.

Implements

ICustomFormatterFormat(String, Object, IFormatProvider)
See Also