Click or drag to resize

StiReportObjectStringConverterConvertStringToSimpleBorder Method

Converts a string into a simple border.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiSimpleBorder ConvertStringToSimpleBorder(
	string str
)

Parameters

str
Type: SystemString
String that shows border.

Return Value

Type: StiSimpleBorder
Border got as result of conversion.
See Also