StringFormat.StringFormat

StringFormat()

Initializes a new StringFormat object.

public StringFormat()

See Also


StringFormat(StringFormatFlags)

Initializes a new StringFormat object with the specified StringFormatFlags enumeration and language.

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

See Also


StringFormat(StringFormat)

Initializes a new StringFormat object from the specified existing StringFormat object.

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

Exceptions

exceptioncondition
ArgumentNullExceptionformat is null.

See Also