StiDateFormatService Constructor (String, String) |
Creates a new format of the type StiDateFormatService.
Namespace:
Stimulsoft.Report.Components.TextFormats
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiDateFormatService(
string stringFormat,
string nullDisplay
)
Public Sub New (
stringFormat As String,
nullDisplay As String
)
Parameters
- stringFormat
- Type: SystemString
String of formatting. - nullDisplay
- Type: SystemString
String value to show null date.
See Also