Tagged Questions
0
votes
4answers
161 views
Class implicit conversions
I know that I can use implicit conversions with a class as follows but is there any way that I can get a instance to return a string without a cast or conversion?
public class Fred
{
public ...