Click or drag to resize

Vector3ToString Method (String, IFormatProvider)

Returns a String representing this Vector3 instance, using the specified format to format individual elements and the given IFormatProvider.

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format
Type: SystemString
The format of individual elements.
formatProvider
Type: SystemIFormatProvider
The format provider to use when formatting elements.

Return Value

Type: String
The string representation.

Implements

IFormattableToString(String, IFormatProvider)
See Also