Snakecase is a style of writing in which all letters are lowercase and spaces are replaced with underscores.
Input : "hello world"
Output : "hello_world"
How to contribute
- Save the solution in `program/ConvertStringToSnakecase.cs` file
- Add `ConvertStringToSnakecase.cs` file in `convert-string-to-snakecase` folder
Description
Write a C# program to convert string to snakecase
Snakecase is a style of writing in which all letters are lowercase and spaces are replaced with underscores.
How to contribute
- Save the solution in `program/ConvertStringToSnakecase.cs` file - Add `ConvertStringToSnakecase.cs` file in `convert-string-to-snakecase` folder