Click or drag to resize

Point2DFromString Method

Converts this point from a culture-invariant human-readable string, to the equivalent binary representation.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public static Point2D FromString(
	string s
)

Parameters

s  String
The human-readable representation of this point.

Return Value

Point2D
The binary representation of this point.
See Also