StiReportObjectStringConverterConvertStringToBorder Method |
Converts a string into a border.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiBorder ConvertStringToBorder(
string str
)
Public Function ConvertStringToBorder (
str As String
) As StiBorder
Parameters
- str
- Type: SystemString
String that shows border.
Return Value
Type:
StiBorderBorder got as result of conversion.
See Also