Back to the project page

DataTypeXml sample application output

Enter search string:
25-11-1981
The string was matched as the datatype 'date'.

The string matched the following formats:
3:Short date: d-m-yyyy
        month: 11; day: 25; year: 1981

The datatype supports the following formats:
0: ISO date: yyyy-m-d
1: Short date: d-m-yy
2: Short date: m-d-yy
3: Short date: d-m-yyyy
4: Short date: m-d-yyyy
5: Long date: dd mmmm yyyy (Dutch month names)
Select format to display the match as: 5
Value: 25 november 1981
Done! Press any key...

Enter search string:
2.450
The string was matched as the datatype 'number'.

The string matched the following formats:
1:Integral number with dot as thousands separator
        2450
4:Real number without thousands separator, dot decimal separator
        2.45
Select the correct format: 4

The datatype supports the following formats:
0: Integral number without thousands separator
1: Integral number with dot as thousands separator
2: Integral number with comma thousands separator
3: Real number without thousands separator, comma decimal separator
4: Real number without thousands separator, dot decimal separator
5: Real number with dot as thousands separator, comma as decimal separator
6: Real number with comma as thousands separator, dot as decimal separator
Select format to display the match as: 3
Value: 2,45
Done! Press any key...