Share via


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

Return Value

Type: System.Windows.FontStyle

The converted font style.

See Also

FontConverter Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top