Wednesday, December 1, 2010

System.ArgumentOutOfRangeException: Index and length must refer to a location within the string


{
{
additionalcharges =
}
if (transinfodum.additionalcharge.ToString() != "")if (transinfodum.additionalcharge.ToString().Substring(0, 1) == "-")"Discount " + transinfodum.additionalcharge.ToString().Substring(1);else{
additionalcharges = transinfodum.additionalcharge.ToString();
}
}
 

this is takeplace when i was getting a sub string from a null string value.
solved it...

No comments:

Post a Comment

I Built a New Kind of Number Puzzle Game (And You Can Play It Free)

 For a long time, I wanted to play a mobile puzzle game that felt genuinely strategic—something that required real brainpower, skipped the a...