Hi,
I want to convert type int to CRMNumber.
Thanks,
Srikanth Reddy
You can do this way
CrmNumber crmNumber = new CrmNumber(intValue);