Click or drag to resize

Point3DToString(String, String, IFormatProvider) Method

Converts this point to a string of X, Y, and Z-value separated by separator.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public string ToString(
	string separator,
	string format = "G17",
	IFormatProvider provider = null
)

Parameters

separator  String
format  String  (Optional)
Optional numeric format string. Default is "G17" to ensure successful round-trips.
provider  IFormatProvider  (Optional)
Optional format provider. If this is null, the default is InvariantCulture.

Return Value

String

[Missing <returns> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.ToString(System.String,System.String,System.IFormatProvider)"]

See Also