Writes a string representation of this
VectorT
to an instance of
StringBuilder using the specified
number format.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual void ToStringInternal(
StringBuilder sb,
string format,
IFormatProvider provider
)
Protected Overridable Sub ToStringInternal (
sb As StringBuilder,
format As String,
provider As IFormatProvider
)
protected:
virtual void ToStringInternal(
StringBuilder^ sb,
String^ format,
IFormatProvider^ provider
)
abstract ToStringInternal :
sb : StringBuilder *
format : string *
provider : IFormatProvider -> unit
override ToStringInternal :
sb : StringBuilder *
format : string *
provider : IFormatProvider -> unit
Parameters
- sb
- Type: System.TextStringBuilder
A StringBuilder instance. - format
- Type: SystemString
A String used to format the
vector elements. - provider
- Type: SystemIFormatProvider
The IFormatProvider to use to format the value.
Reference