StringFormatExtensions
Inheritance: java.lang.Object
public final class StringFormatExtensions
Contains extension methods for the StringFormat
class.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
stringFormat | StringFormat | The StringFormat to convert. |
Returns:
StringFormat - The converted System.Drawing.StringFormat
.