ChartRoutinesToKMB Method |
LightningChart .NET Help
Format value to thousands(K), Millions(M), and Billions(B)
Namespace:
Arction.CustomControls.Trader.WinForms.Routines
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntaxpublic static string ToKMB(
double value
)
Public Shared Function ToKMB (
value As Double
) As String
public:
static String^ ToKMB(
double value
)
Parameters
- value
- Type: SystemDouble
Value to format
Return Value
Type:
StringFormatted value
See Also