You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current docs are outdated to NRT and confuse quotes
1. variable should be type string? not string
2. uses old-style format string (new would use interpolated syntax)
3. filepath reassignment should use conditional syntax
4. results suggest using single-quote [i.e. char not string], ugh
5. the final returned result is null but demo output shows '' which is factually visually correct but confusingly indistinuishable from "" emptystring
I propose replacement C# code for this Snippet3
0 commit comments