Created
January 29, 2019 21:31
-
-
Save jasonboukheir/d9e4a5b84d6b437452b9ecdb8a8c83d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class StringInterpolationExample { | |
public void GetDisplayString(string input) { | |
return $"The input was {input}"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment