Click or drag to resize

StiCodeDomSerializatorReplaceSymbols Method (String)

Replaces impossible symbols in the string on the symbol '_'.

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ReplaceSymbols(
	string str
)

Parameters

str
Type: SystemString
String to change.

Return Value

Type: String
Changed string.
See Also