C# string is all zeros

C#
bool isAllQuestion = input.All(c => c=='?');
Source

Also in C#: