In my code I have a string:
Dim a As String
a = "This string is dynamic"
In my XAML want to set the TargetNullValue
of my DataGridTextColumn
equal to a.
I know I can set TargetNullValue=This string is dynamic
, but, as implied, a is dynamic.