AdvFormatterValueAndUnc2String(Double, Double, String, Int32, IFormatProvider) Method

Definition

Namespace: Metas.GuiControls
Assembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
C#
public static string ValueAndUnc2String(
	double value,
	double unc,
	string unit,
	int presicon,
	IFormatProvider provider
)

Parameters

value  Double
 
unc  Double
 
unit  String
 
presicon  Int32
 
provider  IFormatProvider
 

Return Value

String

See Also