Method ToString
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
ToString(IFormatProvider?)
Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.
public string ToString(IFormatProvider? provider)
Parameters
providerIFormatProviderAn object that supplies culture-specific formatting information.
Returns
- string
The string representation of the value of this instance as specified by
provider.
ToString(string?)
Converts the numeric value of this instance to its equivalent string representation, using the specified format.
public string ToString(string? format)
Parameters
formatstringThe format to use, or a null reference to use the default format defined for the type of the IFormattable implementation.
Returns
- string
The string representation of the value of this instance as specified by
format.
ToString(string?, IFormatProvider?)
Formats the value of the current instance using the specified format.
public string ToString(string? format, IFormatProvider? provider)
Parameters
formatstringThe format to use, or a null reference to use the default format defined for the type of the IFormattable implementation.
providerIFormatProviderAn object that supplies culture-specific formatting information.
Returns
- string
The value of the current instance in the specified format.