///
/// Given HTML overlay for an image in the store, render it.
/// [p:n] renders as price for item ID n
///
/// Rendere
-
I'm not totally sure I understand you, so bear with me if I am off.
Console.WriteLine(int.Parse("$1")); //throws exception Input string was not in a correct format.
Console.WriteLine(int.Parse("$1".Replace("$", ""))); //Result: 1
If Store.CommonFunctions.GetItemPriceOnDate returns a string, you should be good to go.
- 热议问题