When I add a variable, property, method, enumerator, etc. in a string , it works, even though I do not call the ToString() method for example.
Example with type and integer:
var example = typeof(bool);
var exampleInteger = 12;
Con...
asked by
13.02.2018 / 19:49