-
Notifications
You must be signed in to change notification settings - Fork 0
e3a15693 d835 de5d beb6 a04bcd6912bf
Axel Kesseler edited this page Oct 3, 2019
·
2 revisions
Gets the list of supported types.
Namespace: Plexdata.Formatters
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1
C#
public IEnumerable<Type> Supported { get; private set; }
Type: IEnumerable(Type)
The list of supported types.
The list of supported types consists of all integer types (byte, short, int, long; signed and unsigned) and all floating point types (float and double), as well as of decimal.
Plexdata Capacity Converter