Method TryParse
- Namespace
- PaintDotNet.Rendering
- Assembly
- PaintDotNet.Primitives.dll
TryParse(string?, out Vector3Double)
public static bool TryParse(string? s, out Vector3Double result)
Parameters
s
stringresult
Vector3Double
Returns
TryParse(string?, IFormatProvider?, out Vector3Double)
static bool TryParse(string? s, IFormatProvider? provider, out Vector3Double result)
Parameters
s
stringprovider
IFormatProviderresult
Vector3Double