FontConverter.Convert Method (String)
Converts a font to the specified style.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public static FontStyle Convert(
string fontStyle
)
public:
static FontStyle Convert(
String^ fontStyle
)
Public Shared Function Convert (
fontStyle As String
) As FontStyle
Parameters
fontStyle
Type: System.StringThe style to convert to.
Return Value
Type: System.Windows.FontStyle
The converted font style.
See Also
FontConverter Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top