Possible Duplicate:
Why is there no Char.Empty like String.Empty?
I want to pass an empty char as a method parameter and I was wondering why I cannot say
char.Empty
while C# allows me to specify string.Empty ?
If not do I have '' as the only option ?