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
stringA format string containing formatting specifications.
arg
objectAn object to format.
formatProvider
IFormatProviderAn object that supplies format information about the current instance.
Returns
- string
The string representation of the value of
arg
, formatted as specified byformat
andformatProvider
.