StringUtilsReplaceSmartQuotes Method |
Replace smart quotes (single and double) with the corresponding ASCII single or double quote characters.
Currently the following characters are replaced:
- Double quotes: “, ”, «, », „, ‟
- Single quotes: ‘, ’
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string ReplaceSmartQuotes(
string s
)
Public Shared Function ReplaceSmartQuotes (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to modify, may be null.
Return Value
Type:
StringThe string with smart quotes suitable replaced.
See Also