Table of Contents

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

provider IFormatProvider

An 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

format string

The 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

format string

The format to use, or a null reference to use the default format defined for the type of the IFormattable implementation.

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

string

The value of the current instance in the specified format.