Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Member Avatar for Metobu

Hi. I would like to convert empty string "" to zero in C#. The data is stored in (string) arrays. There is jagged array which contains all 5 string arrays. Could someone help? // Jagged array intialization string[][] all_prices = new string[5][]; all_prices[0] = nordpool; all_prices[1] = tvh; all_prices[2] = …

Member Avatar for nmaillet
0
1K