Click or drag to resize

Utils_AspDecodeQuotes Method

Replaces ' (or ') and " by ' and " characters. WARNING THIS IS NOT A PROPER HTML DECODING THIS METHOD SHOULD NOT NEVER BE USED HTML

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static string DecodeQuotes(
	string text
)

Parameters

text
Type: SystemString

Return Value

Type: String
See Also