| ThemeHelperParseVector3F Method |
Converts the specified string representation of a 3-dimensional vector to its
Vector3F equivalent, or throws an exception if the string cannot be
converted to a
Vector3F.
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public static Vector3F ParseVector3F(
string value
)
Public Shared Function ParseVector3F (
value As String
) As Vector3F
public:
static Vector3F ParseVector3F(
String^ value
)
static member ParseVector3F :
value : string -> Vector3F
Parameters
- value
- Type: SystemString
The value. If this value is or an empty string,
Zero is returned as the default value.
Return Value
Type:
Vector3FThe
Vector3F.
Exceptions See Also