Click or drag to resize

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
)

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: String
Changed string.
See Also