VisualExtensions.ToVector2(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.Vector2 ToVector2 (this string str);
static member ToVector2 : string -> System.Numerics.Vector2
<Extension()>
Public Function ToVector2 (str As String) As Vector2
Parameters
- str
- String
A string in the format of "float, float"