BinaryUnitInfoGetFormat Method

Gets an object of the specified type that provides a formatting service.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public Object? GetFormat(
	Type? formatType
)

Parameters

formatType  Type
The Type of the formatting service.

Return Value

Object
The current BinaryUnitInfo, if formatType is the BinaryUnitInfo class; otherwise, .

Implements

IFormatProviderGetFormat(Type)

See Also