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
formatstringA format string containing formatting specifications.
argobjectAn object to format.
formatProviderIFormatProviderAn object that supplies format information about the current instance.
Returns
- string
The string representation of the value of
arg, formatted as specified byformatandformatProvider.