Created
October 4, 2011 13:04
-
-
Save dannylloyd/1261595 to your computer and use it in GitHub Desktop.
Takes argument of dataRow and formats the string with column names
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
| 'This "Hello {FirstName} {LastName}".FormatWith(dataRow) is the same as this String.Format("Hello {1} {2}", firstName, lastName) | |
| "Text {ColumnName1} {ColumnName1}".FormatWith(dataRow) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment