StringFormatExtensions

Inheritance: java.lang.Object

public final class StringFormatExtensions

Contains extension methods for the StringFormat class.

Methods

MethodDescription
toGdiStringFormat(StringFormat stringFormat)Converts the StringFormat to the System.Drawing.StringFormat.

toGdiStringFormat(StringFormat stringFormat)

public static System.Drawing.StringFormat toGdiStringFormat(StringFormat stringFormat)

Converts the StringFormat to the System.Drawing.StringFormat.

Parameters:

ParameterTypeDescription
stringFormatStringFormatThe StringFormat to convert.

Returns: StringFormat - The converted System.Drawing.StringFormat.