Click or drag to resize

StringUtilsReplaceSmartQuotes Method

Replace smart quotes (single and double) with the corresponding ASCII single or double quote characters. Currently the following characters are replaced:
  1. Double quotes: “, ”, «, », „, ‟
  2. 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
)

Parameters

s
Type: SystemString
The string to modify, may be null.

Return Value

Type: String
The string with smart quotes suitable replaced.
See Also