EnumExtensionsToSpacedString Method |
Takes an enum, that has pascal casing, splits it and returns a string that is more user friendly
Namespace: Entelect.ExtensionsAssembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntaxpublic static string ToSpacedString(
this Enum source
)
Parameters
- source
- Type: SystemEnum
The source.
Return Value
Type:
String[Missing <returns> documentation for "M:Entelect.Extensions.EnumExtensions.ToSpacedString(System.Enum)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Enum. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also