Thursday, March 28, 2024 12:01

Posts Tagged ‘conversion to type string’

Conversion to type String

Saturday, January 7th, 2017

The first kind of conversion to type string is the implicit type converting. Whenever you concatenate a string and another type which is not of type string, the .NET runtime will convert the second type to string, on the fly, in behind, without you knowing it.… Read more


Follow the white rabbit