AdvFormatterDouble2String(Double, String, 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,
IFormatProvider provider,
string unit
)
Public Shared Function Double2String (
value As Double,
format As String,
provider As IFormatProvider,
unit As String
) As String
public:
static String^ Double2String(
double value,
String^ format,
IFormatProvider^ provider,
String^ unit
)
static member Double2String :
value : float *
format : string *
provider : IFormatProvider *
unit : string -> string
- value Double
-
- format String
-
- provider IFormatProvider
-
- unit String
-
String