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.11.0.0 (5.11.23.1114)
Syntaxpublic static string SpaceDelimitString(
	string toDelimit
)
Public Shared Function SpaceDelimitString ( 
	toDelimit As String
) As String
Parameters
- toDelimit
 - Type: SystemString
 
Return Value
Type: 
String
See Also