Click or drag to resize
DigitalRuneVector3FParse Method (String)
Converts the string representation of a 3-dimensional vector to its Vector3F equivalent.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static Vector3F Parse(
	string s
)

Parameters

s
Type: SystemString
A string representation of a 3-dimensional vector.

Return Value

Type: Vector3F
A Vector3F that represents the vector specified by the s parameter.
Exceptions
ExceptionCondition
FormatExceptions is not a valid Vector3F.
Remarks
This version of Parse(String) uses the CultureInfo associated with the current thread.
See Also