Click or drag to resize
DigitalRuneVector4DParse Method (String, IFormatProvider)
Converts the string representation of a 4-dimensional vector in a specified culture-specific format to its Vector4D equivalent.

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

Parameters

s
Type: SystemString
A string representation of a 4-dimensional vector.
provider
Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting information about s.

Return Value

Type: Vector4D
A Vector4D that represents the vector specified by the s parameter.
Exceptions
ExceptionCondition
FormatExceptions is not a valid Vector4D.
See Also