Implemented interface member:
method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
2 references to ToString
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (2)
1119
public override readonly string ToString() =>
ToString
("G", CultureInfo.CurrentCulture);
1127
public readonly string ToString([StringSyntax(StringSyntaxAttribute.NumericFormat)] string? format) =>
ToString
(format, CultureInfo.CurrentCulture);