AdvFormatterDouble2String(Double, String, RoundMode, IFormatProvider, String) Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public static string Double2String(
double value,
string format,
RoundMode mode,
IFormatProvider provider,
string unit
)
Public Shared Function Double2String (
value As Double,
format As String,
mode As RoundMode,
provider As IFormatProvider,
unit As String
) As String
public:
static String^ Double2String(
double value,
String^ format,
RoundMode mode,
IFormatProvider^ provider,
String^ unit
)
static member Double2String :
value : float *
format : string *
mode : RoundMode *
provider : IFormatProvider *
unit : string -> string
- value Double
-
- format String
-
- mode RoundMode
-
- provider IFormatProvider
-
- unit String
-
String