Click or drag to resize

ReportClientUrlSplCharReplace Method

URL special character replace.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string UrlSplCharReplace(
	string data
)

Parameters

data
Type: SystemString
The data.

Return Value

Type: String
Replaced data.
See Also