Click or drag to resize
Matrix4TryParse Method
Converts the string representation to its Matrix4 equivalent.

Namespace:  ABB.Robotics.Math
Assembly:  ABB.Robotics.Math (in ABB.Robotics.Math.dll) Version: 7.0.8747.636
Syntax
C#
public static bool TryParse(
	string value,
	out Matrix4 result
)

Parameters

value
Type: SystemString
result
Type: ABB.Robotics.MathMatrix4

Return Value

Type: Boolean
A value indicating whether the conversion succeeded
Version Information

Supported in: 1.0
See Also