Returns a
String representation of this vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual string ToString(
string format,
IFormatProvider formatProvider
)
Public Overridable Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ formatProvider
)
abstract ToString :
format : string *
formatProvider : IFormatProvider -> string
override ToString :
format : string *
formatProvider : IFormatProvider -> string
Parameters
- format
- Type: SystemString
A String specifying the format to use. - formatProvider
- Type: SystemIFormatProvider
The IFormatProvider to use to format the value.
Return Value
Type:
StringA
String representation of this instance.
Implements
IFormattableToString(String, IFormatProvider)
Reference