GeneratorUtilsCurateStringForFolderName Method  | 
 
            Strips out the characters '/\()[]*%#@^&!+|`~;:',."' from the string specified. It replaces spaces with underscores.   
            
 
    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 CurateStringForFolderName(
	string toCurate
)
Public Shared Function CurateStringForFolderName ( 
	toCurate As String
) As String
Parameters
- toCurate
 - Type: SystemString
 
Return Value
Type: 
String
See Also