in my class i have this property
public decimal Percentage..
{
get;
set;
}
this value is comming like decimal somethign like this.. -0.0214444 I need to show them somethign like -2.1444
can I change to this formate in my property..
thanks