StiNameValidatorCorrectName Method (String, Boolean, StiReport, Boolean) |
Replaces incorrect symbols in the string on the symbol '_'.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string CorrectName(
string str,
bool checkKeywords,
StiReport report,
bool isDataExpression = false
)
Public Shared Function CorrectName (
str As String,
checkKeywords As Boolean,
report As StiReport,
Optional isDataExpression As Boolean = false
) As String
Parameters
- str
- Type: SystemString
String to change. - checkKeywords
- Type: SystemBoolean
Check string for keywords - report
- Type: Stimulsoft.ReportStiReport
Report to get ScriptLanguage info - isDataExpression (Optional)
- Type: SystemBoolean
[Missing <param name="isDataExpression"/> documentation for "M:Stimulsoft.Report.StiNameValidator.CorrectName(System.String,System.Boolean,Stimulsoft.Report.StiReport,System.Boolean)"]
Return Value
Type:
StringChanged string.
See Also