Click or drag to resize

GeneratorUtilsSpaceDelimitString Method

Converts a pascal cased string into a string with each fragment delimited by a space. Example 'ThisIsPasCalCased' will result in 'This is pas cal cased'

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public static string SpaceDelimitString(
	string toDelimit
)

Parameters

toDelimit
Type: SystemString

Return Value

Type: String
See Also