Method Format
Format(Double)
Declaration
public override string Format(double number)
Parameters
Type | Name | Description |
---|---|---|
System.Double | number |
Returns
Type | Description |
---|---|
System.String |
Overrides
Format(Int64)
Declaration
public override string Format(long number)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | number |
Returns
Type | Description |
---|---|
System.String |
Overrides
Format(Object)
Declaration
public override string Format(object number)
Parameters
Type | Name | Description |
---|---|---|
System.Object | number |
Returns
Type | Description |
---|---|
System.String |