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\Vector3.cs (2)
1080
public override readonly string ToString() =>
ToString
("G", CultureInfo.CurrentCulture);
1088
public readonly string ToString([StringSyntax(StringSyntaxAttribute.NumericFormat)] string? format) =>
ToString
(format, CultureInfo.CurrentCulture);