Method | Description | |
---|---|---|
FilterSpecial ( this value, char placeholder = '?' ) : string |
Filters a string down to printable characters.
|
public static FilterSpecial ( this value, char placeholder = '?' ) : string | ||
value | this | Raw string to filter. |
placeholder | char | Optional place-holder to replace filtered characters with. |
return | string |