everything_object
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| everything_object [2018/01/28 16:55] – created wolfgangriedmann | everything_object [2020/06/14 22:55] (current) – The old sentence said "A method every object has is the As String() method. joecurran | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| In .NET even basic datatypes like '' | In .NET even basic datatypes like '' | ||
| - | This means that even these datatypes can (an have) own methods. | + | This means that even these datatypes can (an have) own methods. |
| - | < | + | < |
| + | local oDate as DateTime | ||
| + | local lLogic as logic | ||
| nInt := 1234 | nInt := 1234 | ||
| - | System.Console.WriteLine( nInt: | + | oDate := DateTime.Now |
| - | returns< | + | lLogic := true |
| - | 28.01.2018 17: | + | System.Console.WriteLine( nInt:ToString() ) |
| + | System.Console.WriteLine( oDate: | ||
| + | System.Console.WriteLine( lLogic:ToString() )</ | ||
| + | returns< | ||
| + | 28.01.2018 17:51:37 | ||
| + | true</ | ||
| But sometimes, in more complex classes, the '' | But sometimes, in more complex classes, the '' | ||
everything_object.1517158559.txt.gz · Last modified: 2018/01/28 16:55 by wolfgangriedmann