i'm trying to convert a program from vb.net to C#
but i can't find the equivalent for ControlChars.NullChar in C#
i tried '\0' but it does not give me the same result.

can anyone help please?