Method | Description | |
---|---|---|
Exp10 ( BigInteger b, Int32 n ) : BigInteger | ||
FormatMoney ( BigInteger v, int decimals ) : string | ||
ParseMoney ( string str, int decimals ) : BigInteger |
Method | Description | |
---|---|---|
FormatMoneyFull ( BigInteger money, int decimals ) : string | ||
PadLeft ( string str, Int32 len, char c ) : string | ||
TrimRight ( string str, char c ) : string |
public static Exp10 ( BigInteger b, Int32 n ) : BigInteger | ||
b | BigInteger | |
n | Int32 | |
return | BigInteger |
public static FormatMoney ( BigInteger v, int decimals ) : string | ||
v | BigInteger | |
decimals | int | |
return | string |
public static ParseMoney ( string str, int decimals ) : BigInteger | ||
str | string | |
decimals | int | |
return | BigInteger |