Click or drag to resize

imbSystemInfogetNumber Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pretvara prosledjen broj odgovarajuci format

Namespace:  imbACE.Core.core.diagnostic
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static string getNumber(
	long input,
	long factor = 1000000,
	string sufix = "Mb"
)
Request Example View Source

Parameters

input
Type: SystemInt64
Broj koji treba da se preformatira
factor (Optional)
Type: SystemInt64
Broj sa kojim deli ulaz - za Mb je 100000
sufix (Optional)
Type: SystemString
Sufix koji treba da se doda na kraju

Return Value

Type: String
Sredjen prikaz broja
See Also