Converts this point from a culture-invariant human-readable string, to the equivalent binary representation.
Namespace: RAYLASE.SPICE3.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.5.2
Syntax public static Point4D FromString(
string s
)
Parameters
- s String
- The human-readable representation of this point.
Return Value
Point4DThe binary representation of this point.
See Also