Returns a string that may be used for displaying a representation of the specified allocation units.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public string GetAllocationUnitsString(
	double allocationUnits
)
Visual Basic (Declaration)
Public Function GetAllocationUnitsString ( _
	allocationUnits As Double _
) As String

Parameters

allocationUnits
Type: System..::..Double

See Also