StiReportObjectStringConverterConvertStringToFont Method |
Converts string into font.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static Font ConvertStringToFont(
string str
)
Public Shared Function ConvertStringToFont (
str As String
) As Font
Parameters
- str
- Type: SystemString
String that shows font.
Return Value
Type:
FontFont got as result of conversion.
See Also