Table of Contents

Method TryParse

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

TryParse(string?, out Point3Double)

public static bool TryParse(string? s, out Point3Double result)

Parameters

s string
result Point3Double

Returns

bool

TryParse(string?, IFormatProvider?, out Point3Double)

static bool TryParse(string? s, IFormatProvider? provider, out Point3Double result)

Parameters

s string
provider IFormatProvider
result Point3Double

Returns

bool