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
)
Public Shared Function ReplaceSymbols (
str As String
) As String
Parameters
- str
- Type: SystemString
String to change.
Return Value
Type:
StringChanged string.
See Also