Skip to content

Instantly share code, notes, and snippets.

@jasonboukheir
Created January 29, 2019 21:31
Show Gist options
  • Save jasonboukheir/d9e4a5b84d6b437452b9ecdb8a8c83d5 to your computer and use it in GitHub Desktop.
Save jasonboukheir/d9e4a5b84d6b437452b9ecdb8a8c83d5 to your computer and use it in GitHub Desktop.
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