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