[Solved] Translating VB.net to C# (configuration manager issue) [closed]
[ad_1] simply: string myNumbers = ConfigurationManager.AppSetings[“ClientNumber”]; you need to use the C# indexer which is a square bracket. [ad_2] solved Translating VB.net to C# (configuration manager issue) [closed]