VisualExtensions.ToVector4(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Numerics.Vector4 ToVector4 (this string str);
static member ToVector4 : string -> System.Numerics.Vector4
<Extension()>
Public Function ToVector4 (str As String) As Vector4
Parameters
- str
- String
A string in the format of "float, float, float, float"