| ThemeHelperParseVector4F Method |
Converts the specified string representation of a 4-dimensional vector to its
Vector4F equivalent, or throws an exception if the string cannot be
converted to a
Vector4F.
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 Vector4F ParseVector4F(
string value
)
Public Shared Function ParseVector4F (
value As String
) As Vector4F
public:
static Vector4F ParseVector4F(
String^ value
)
static member ParseVector4F :
value : string -> Vector4F
Parameters
- value
- Type: SystemString
The value. If this value is or an empty string,
Zero is returned as the default value.
Return Value
Type:
Vector4FThe
Vector4F.
Exceptions See Also