C# 클래스 NumUtils.Utils

파일 보기 프로젝트 열기: cybergibbons/bitfi_09072019

공개 메소드들

메소드 설명
Exp10 ( BigInteger b, Int32 n ) : BigInteger
FormatMoney ( BigInteger v, int decimals ) : string
ParseMoney ( string str, int decimals ) : BigInteger

비공개 메소드들

메소드 설명
FormatMoneyFull ( BigInteger money, int decimals ) : string
PadLeft ( string str, Int32 len, char c ) : string
TrimRight ( string str, char c ) : string

메소드 상세

Exp10() 공개 정적인 메소드

public static Exp10 ( BigInteger b, Int32 n ) : BigInteger
b BigInteger
n Int32
리턴 BigInteger

FormatMoney() 공개 정적인 메소드

public static FormatMoney ( BigInteger v, int decimals ) : string
v BigInteger
decimals int
리턴 string

ParseMoney() 공개 정적인 메소드

public static ParseMoney ( string str, int decimals ) : BigInteger
str string
decimals int
리턴 BigInteger