BinaryUnitInfoGetFormat Method
Gets an object of the specified type that provides a formatting service.
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.1.0+e86ae44c345422a1011f7fa7b6b715bf3d1a34ce
public Object? GetFormat(
Type? formatType
)
Public Function GetFormat (
formatType As Type
) As Object
public:
virtual Object^ GetFormat(
Type^ formatType
) sealed
abstract GetFormat :
formatType : Type -> Object
override GetFormat :
formatType : Type -> Object
- formatType Type
- The Type of the formatting service.
Object
The current
BinaryUnitInfo, if
formatType is the
BinaryUnitInfo class; otherwise,
.
IFormatProviderGetFormat(Type)