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
)
Public Function ConvertStringToSimpleBorder (
str As String
) As StiSimpleBorder
Parameters
- str
- Type: SystemString
String that shows border.
Return Value
Type:
StiSimpleBorderBorder got as result of conversion.
See Also