StringFormat.StringFormat

StringFormat()

Initializes a new instance of the StringFormat class.

public StringFormat()

See Also


StringFormat(StringFormat)

Initializes a new instance of the StringFormat class from the specified existing StringFormat object.

public StringFormat(StringFormat format)
ParameterTypeDescription
formatStringFormatThe StringFormat object from which to initialize the new StringFormat object.

See Also


StringFormat(StringFormatFlags, int)

Initializes a new instance of the StringFormat class with the specified StringFormatFlags enumeration and language.

public StringFormat(StringFormatFlags options, int language)
ParameterTypeDescription
optionsStringFormatFlagsThe StringFormatFlags enumeration for the new StringFormat object.
languageInt32A value that indicates the language of the text.

See Also


StringFormat(StringFormatFlags)

Initializes a new instance of the StringFormat class with the specified StringFormatFlags enumeration.

public StringFormat(StringFormatFlags options)
ParameterTypeDescription
optionsStringFormatFlagsThe StringFormatFlags enumeration for the new StringFormat object.

See Also