Skip to content

fd8d3dc7 e157 b4ed c91c 1ace3cbb4a5c

Axel Kesseler edited this page Oct 3, 2019 · 2 revisions

CapacityFormatter.GetFormat Method

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

Namespace: Plexdata.Formatters
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1

Syntax

C#

public Object GetFormat(
	Type type
)

Parameters

 

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

Return Value

Type: Object
An instance of the object specified by format type, if the this implementation can supply that type of object; otherwise, null.

Implements

IFormatProvider.GetFormat(Type)

Remarks

This method represents the implementation of interface IFormatProvider.

See Also

Reference

CapacityFormatter Class
Plexdata.Formatters Namespace

Clone this wiki locally