Extension Class |
Namespace: Velo.Data.Helper
The Extension type exposes the following members.
| Name | Description | |
|---|---|---|
| AddTextAndCRLF |
Text add a new line and add item text
| |
| BoolToText |
Convert boolean value to text "Ja" is true or "Nein" is false
| |
| ConvertDateFromSQL |
Convert SQL date include value null
| |
| ConvertDateFromString |
Convert a string to date or null
| |
| ConvertDateToSQL |
Convert C# date type to SQL date type
| |
| DateWebDisplay |
Date web display (example: Mo 1.12.21)
| |
| DateWebDisplayDateOnly |
Date web display date only (example: 01.12.2021)
| |
| DayOfWeek |
Day of week example: Mo
| |
| MonthOfYear |
Label of month
| |
| ToCorrectSQLValue |
Correcting SQL value for SQL WHERE clause
| |
| ToDateLetter |
Date formating "dd. MMMM yyyy"
| |
| ToDateWebFormat |
Date for web formatted (yyyy-MM-dd) for web element "Input".
| |
| ToDecimal |
Format decimal numbers.
| |
| WeekOfYear |
Week of year
|
| Name | Description | |
|---|---|---|
| Days |
Day of week (Mo, Di, Mi, Do, Fr, Sa, So)
| |
| Months |
Month labels from year (Januar, Februar, ..., Dezember)
|