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
)
Public Shared Function SpaceDelimitString (
toDelimit As String
) As String
Parameters
- toDelimit
- Type: SystemString
Return Value
Type:
StringSee Also