AdvFormatterValueAndUnc2String(Double, Double, String, Int32, IFormatProvider) Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public static string ValueAndUnc2String(
double value,
double unc,
string unit,
int presicon,
IFormatProvider provider
)
Public Shared Function ValueAndUnc2String (
value As Double,
unc As Double,
unit As String,
presicon As Integer,
provider As IFormatProvider
) As String
public:
static String^ ValueAndUnc2String(
double value,
double unc,
String^ unit,
int presicon,
IFormatProvider^ provider
)
static member ValueAndUnc2String :
value : float *
unc : float *
unit : string *
presicon : int *
provider : IFormatProvider -> string
- value Double
-
- unc Double
-
- unit String
-
- presicon Int32
-
- provider IFormatProvider
-
String