Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected virtual void ToStringInternal(
StringBuilder sb,
string format,
IFormatProvider formatProvider
)
Protected Overridable Sub ToStringInternal (
sb As StringBuilder,
format As String,
formatProvider As IFormatProvider
)
protected:
virtual void ToStringInternal(
StringBuilder^ sb,
String^ format,
IFormatProvider^ formatProvider
)
abstract ToStringInternal :
sb : StringBuilder *
format : string *
formatProvider : IFormatProvider -> unit
override ToStringInternal :
sb : StringBuilder *
format : string *
formatProvider : IFormatProvider -> unit
Parameters
- sb
- Type: System.TextStringBuilder
A StringBuilder instance. - format
- Type: SystemString
A String used to format the
vector components. - formatProvider
- Type: SystemIFormatProvider
The IFormatProvider to use to format the value.
Numerical Libraries
Supported in: 5.x, 4.x
Reference