IFormatter Interface |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.Template
public interface IFormatter
The IFormatter type exposes the following members.
Name | Description | |
---|---|---|
![]() | ToDate |
Convert string to Nullable DateTime, date only
|
![]() | ToDateTime |
Convert string to Nullable DateTime
|
![]() | ToDouble |
Convert string to Nullable double
|
![]() | ToInteger |
Convert string to Nullable int
|
![]() | 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
|
![]() | ToStringDate(DateTime) |
Convert DateTime (date part only) to string
|
![]() | ToStringDate(NullableDateTime) |
Convert Nullable DataTime (date part only) to string
|
![]() | ToStringDateTime(DateTime) |
Convert DateTime to string
|
![]() | ToStringDateTime(NullableDateTime) |
Convert Nullable DateTime to string
|
![]() | ToStringTime(DateTime) |
Convert DateTime (time part only) to string
|
![]() | ToStringTime(NullableDateTime) |
Convert Nullable DateTime (time part only) to string
|
![]() | ToTime |
Convert string to Nullable TimeSpan, time only
|