26.02.2014, 14:52 | #1 |
Участник
|
CRM Money to Decimal C#
Добрый день!
Подскажите как в СРМ привести Money to Decimal. Не работает! Цитата:
decimal aggregate2 = Convert.ToDecimal(((AliasedValue)c.Attributes["totalamount_sum"]).Value);
или decimal aggregate2 = (decimal)Convert.ToDecimal(((AliasedValue)c.Attributes["totalamount_sum"]).Value); |
|
|
|