Method GetFormat
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
GetFormat(Type?)
Returns an object that provides formatting services for the specified type.
public object? GetFormat(Type? formatType)
Parameters
formatType
TypeAn object that specifies the type of format object to return.
Returns
- object
An instance of the object specified by
formatType
, if the IFormatProvider implementation can supply that type of object; otherwise, null.