Summary
Tries to filer any unsafe arguments from string.
- Namespace
- Cake
.Core .IO - Containing Type
- Process
Argument Builder
Syntax
public string FilterUnsafe(string source)
Parameters
| Name | Type | Description |
|---|---|---|
| source | string | unsafe source string. |
Return Value
| Type | Description |
|---|---|
| string | Filtered string. |
