Property | Type | Description | |
---|---|---|---|
NumberFormat |
Method | Description | |
---|---|---|
FormatBoolean ( object boolean ) : string | ||
FormatDateTime ( object dateTime ) : string | ||
FormatNumber ( double number ) : string | ||
FormatNumber ( float number ) : string | ||
FormatNumber ( object number ) : string | ||
FormatTimeSpan ( object timeSpan ) : string |
public static FormatBoolean ( object boolean ) : string | ||
boolean | object | |
return | string |
public static FormatDateTime ( object dateTime ) : string | ||
dateTime | object | |
return | string |
public static FormatNumber ( double number ) : string | ||
number | double | |
return | string |
public static FormatNumber ( float number ) : string | ||
number | float | |
return | string |
public static FormatNumber ( object number ) : string | ||
number | object | |
return | string |
public static FormatTimeSpan ( object timeSpan ) : string | ||
timeSpan | object | |
return | string |