EnumerableExt.SplitCamelCase Method
Splits a list of strings using CamelCase.
Namespace: UltimateXR.Extensions.System.Collections
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static IEnumerable<string> SplitCamelCase(
this IEnumerable<string> strings
)
Parameters
- strings
- Type: System.Collections.Generic.IEnumerable(String)
List of strings
Return Value
Type: IEnumerable(String)
List of strings with added spacing
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable(String). 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
Reference
EnumerableExt Class
UltimateXR.Extensions.System.Collections Namespace