NumericSequenceFormatterFormat Method

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

Definition

Namespace: DevCase.Core.Math.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string Format(
	string frmt,
	Object arg,
	IFormatProvider formatProvider
)

Parameters

frmt  String
A format string containing formatting specifications.
arg  Object
An object to format.
formatProvider  IFormatProvider
An object that supplies format information about the current instance.

Return Value

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

Implements

ICustomFormatterFormat(String, Object, IFormatProvider)

Exceptions

ArgumentException The provided value is not of type Integer().
ArgumentNullException frmt

See Also