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

Format number to G, M, K style
Inheritance: ICustomNumberFomatter
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
Format ( decimal decimalVal, string format ) : string

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

Method Details

Format() public méthode

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