Skip to content

b2bd118c 33e0 ec34 aa73 7b26a171fa83

Axel Kesseler edited this page Oct 3, 2019 · 2 revisions

CapacityConverter.Find Method (String)

Finds a capacity entity by unit.

Namespace: Plexdata.Converters
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1

Syntax

C#

public static CapacityEntity Find(
	string unit
)

Parameters

 

unit
Type: System.String
The unit to get a capacity entity for.

Return Value

Type: CapacityEntity
One of the items in the list of used capacity entities.

Remarks

This method finds the first capacity entity for provided unit. The last capacity entity is returned if none of the supported capacity entities fits.

See Also

Reference

CapacityConverter Class
Find Overload
Plexdata.Converters Namespace
CapacityConverter.Capacities

Clone this wiki locally