web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Data Conversion in MS Dynamics AX 2009 using x++

Abdel Fatah Ahmed Profile Picture Abdel Fatah Ahmed
To Convert the data from type to another in ax 2009 using x++ code maybe you need to convert from string to int or from date to string ..etc read the following : 


Str2int(String)
Int2str(int)
Date2str(Date)
Str2date(String)
Any2str(Object)
Any2int(Object)


Comments

*This post is locked for comments