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.1.0+e86ae44c345422a1011f7fa7b6b715bf3d1a34ce
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