[]
Formats a value, converts it to a string.
public string Format(object value)
| Type | Name | Description |
|---|---|---|
| object | value | Typed value to convert to a string |
| Type | Description |
|---|---|
| string |
Formats a value, converts it to a string.
public string Format(object value, FormatTypeEnum formatType, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| object | value | Typed value to convert to a string. |
| FormatTypeEnum | formatType | Format method or specifier used for conversion. |
| CultureInfo | culture | Culture used for conversion. |
| Type | Description |
|---|---|
| string |