String.Format(”Error {0} occurred.”, nError);
Documentation with example is here.
If you want a String replacement for {name} you can always use
"Error {myError} occured".Replace("{myError}","This is my error!!!");
|
2 | Added example with Replace() | ||
Documentation with example is here. If you want a String replacement for {name} you can always use
|
||||
|
1 |
|
||
Documentation with example is here. |
||||