//String Formatting Syntax Console.WriteLine("System: {0}, Priority: {1}, Msg: {2}", system , priority, msg); //String Interpolation Console.WriteLine($"System: {system}, Priority: {priority}, Msg: {msg}");
- Log in to post comments
Tags
//String Formatting Syntax Console.WriteLine("System: {0}, Priority: {1}, Msg: {2}", system , priority, msg); //String Interpolation Console.WriteLine($"System: {system}, Priority: {priority}, Msg: {msg}");
Copyright 2018· All rights reserved