C# Class Utils.NumberFormatter

显示文件 Open project: ufasoft/coin

Public Properties

Property Type Description
N int

Public Methods

Method Description
ToString ( object x ) : string

Protected Methods

Method Description
PadResult ( string s ) : string

Method Details

PadResult() protected method

protected PadResult ( string s ) : string
s string
return string

ToString() public method

public ToString ( object x ) : string
x object
return string

Property Details

N public_oe property

public int N
return int