Sunday, February 18, 2018

Dot Net Tutorial 2 Understanding Place Holders

Hi ,

As in MS Dynamics NAV, we have used several times messages with FORMAT FUNCTION.

Same we do in Dot Net using Concatenation and place holders.


Main Data Types in Dot Net :

These datatypes store memory space for further calculation. Same when we define global and local variable in NAV.

1.Boolean
2.String
3.Integer
4.Float

All Datatypes Details are in the below URL :


How to define data Types in C# ?

To define any datatype in C# :

Just write the DATATYPE VARIABLE-NAME.

Below program is writing the minimum and maximum value in integer type variable like the same we can check for other data types.






No comments:

Post a Comment