StringExtensions.ToSpaceCase Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
ToSpaceCase(String)
Returns the space-cased version of a string. Space case is similar to snake_case, but underscores are replaced with spaces.
public static string ToSpaceCase(this string text)
Parameters
- text
- System.String
Returns
System.String
The converted text.