[Solved] Translating VB.net to C# (configuration manager issue) [closed]


simply:

string myNumbers = ConfigurationManager.AppSetings["ClientNumber"];

you need to use the C# indexer which is a square bracket.

solved Translating VB.net to C# (configuration manager issue) [closed]