IMSL C# Numerical Library

Text Constructor (String, IFormatProvider, IFormattable)

Constructs a Text object given a format string, an IFormatProvider and the value to be formatted.

public Text(
   string format,
   IFormatProvider formatProvider,
   IFormattable obj
);

Parameters

format
A string containing the format.
formatProvider
An IFormatProvider like NumberFormat or DateTimeFormat.
obj
A IFormattable that is to be converted into a Text object.

See Also

Text Class | Imsl.Chart2D Namespace | Text Constructor Overload List