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.8.0.0 (5.8.21.0208)
Syntax public static string CurateStringForFolderName(
string toCurate
)
Public Shared Function CurateStringForFolderName (
toCurate As String
) As String
Parameters
- toCurate
- Type: SystemString
Return Value
Type:
StringSee Also