C# Class ZForge.Controls.XPTable.Renderers.GMKNumberFormatter

Format number to G, M, K style
Inheritance: ICustomNumberFomatter
Mostrar archivo Open project: zhuangyy/Motion

Public Methods

Method Description
Format ( decimal decimalVal, string format ) : string

format decimalVal to G, M, K, then append format as surffix

Method Details

Format() public method

format decimalVal to G, M, K, then append format as surffix
public Format ( decimal decimalVal, string format ) : string
decimalVal decimal
format string
return string