Table of Contents

Method Format

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

Format(string?, object?, IFormatProvider?)

Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.

public string Format(string? format, object? arg, IFormatProvider? formatProvider)

Parameters

format string

A format string containing formatting specifications.

arg object

An object to format.

formatProvider IFormatProvider

An object that supplies format information about the current instance.

Returns

string

The string representation of the value of arg, formatted as specified by format and formatProvider.