UnitOfMeasure DisplayString Method ebComposer Tools Class Library for .NET
Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
Get the display string (localized in the current UI culture)

Namespace: Unimaze.Composer.Tools.Utils
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax

public static string DisplayString(
	string unitOfMeasureCode
)

Parameters

unitOfMeasureCode
Type: System String
The constant used for defining the unit of measure.

Return Value

Type: String
The display representation of the unit of measure, if available in the current UI culture, otherwise the original constant unchanged.
See Also