NumericSequenceFormatterGetFormat Method

Returns an object that provides formatting services for the specified type.

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 Object GetFormat(
	Type formatType
)

Parameters

formatType  Type
An object that specifies the type of format object to return.

Return Value

Object
An instance of the object specified by formatType if the IFormatProvider implementation can supply that type of object; otherwise, .

Implements

IFormatProviderGetFormat(Type)

See Also