| IFormatterToString Method |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| ToString(Boolean) |
Convert bool to string
| |
| ToString(DateTime) |
Convert DateTime to string - date/time if time specified, date otherwise
| |
| ToString(Double) |
Convert double to string
| |
| ToString(Int32) |
Convert int to string
| |
| ToString(NullableBoolean) |
Convert Nullable bool to string
| |
| ToString(NullableDateTime) |
Convert Nullable DateTime to string - date/time if time specified, date otherwise
| |
| ToString(NullableDouble) |
Convert Nullable double to string
| |
| ToString(NullableInt32) |
Convert Nullable int to string
| |
| ToString(Object) |
Convert any object to string
|