BinaryUnitInfoGetFormat Method
Gets an object of the specified type that provides a formatting service.
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
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)