Click or drag to resize
UomMeasureTGetPrecisionFormat Method
Returns a string representation of given decimal precision, preceded by an arbitrary placeholder. Default placeholder is #.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static string GetPrecisionFormat(
	int precision,
	string prefix = "#"
)

Parameters

precision
Type: SystemInt32
prefix (Optional)
Type: SystemString

Return Value

Type: String
Remarks