StiNameValidatorCorrectName Method (String, Boolean, 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,
bool isDataExpression = false
)
Public Shared Function CorrectName (
str As String,
checkKeywords As Boolean,
Optional isDataExpression As Boolean = false
) As String
Parameters
- str
- Type: SystemString
String to change. - checkKeywords
- Type: SystemBoolean
Check string for keywords - isDataExpression (Optional)
- Type: SystemBoolean
[Missing <param name="isDataExpression"/> documentation for "M:Stimulsoft.Report.StiNameValidator.CorrectName(System.String,System.Boolean,System.Boolean)"]
Return Value
Type:
StringChanged string.
See Also