| QuaternionFParse Method (String, IFormatProvider) |
Converts the string representation of a quaternion in a specified culture-specific format to
its
QuaternionF equivalent.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static QuaternionF Parse(
string s,
IFormatProvider provider
)
Public Shared Function Parse (
s As String,
provider As IFormatProvider
) As QuaternionF
public:
static QuaternionF Parse(
String^ s,
IFormatProvider^ provider
)
static member Parse :
s : string *
provider : IFormatProvider -> QuaternionF
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:
QuaternionF
A
QuaternionF that represents the vector specified by the
s
parameter.
Exceptions See Also