Table of Contents

Method TryParse

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

TryParse(string?, out Vector2Double)

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

Parameters

s string
result Vector2Double

Returns

bool

TryParse(string?, IFormatProvider?, out Vector2Double)

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

Parameters

s string
provider IFormatProvider
result Vector2Double

Returns

bool