Table of Contents

Method TryParse

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

TryParse(string?, out SizeDouble)

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

Parameters

s string
result SizeDouble

Returns

bool

TryParse(string?, IFormatProvider?, out SizeDouble)

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

Parameters

s string
provider IFormatProvider
result SizeDouble

Returns

bool