Arvind Yadav

Arvind Yadav

  • NA
  • 49
  • 155.2k

How to include whitespace in C# code

May 3 2012 1:24 AM
I am making application, in which i have lot of column in sql but in one column i want to store data using whitespace like my data is "what is variable and when we declare variable" but in database it should be store "what_is_variable_and_when_we_declare_variable". in this manner. what is the code in C# to include "underscore _" in program.

Answers (1)