[]
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, FormatType formatType, CultureInfo culture)
Type | Name | Description |
---|---|---|
object | value | Typed value to convert to a string. |
FormatType | formatType | Format method or specifier used for conversion. |
CultureInfo | culture | Culture used for conversion. |
Type | Description |
---|---|
string |