RectF.TryParse(String, RectF) Method

Definition

public:
 static bool TryParse(System::String ^ value, [Runtime::InteropServices::Out] Microsoft::Maui::Graphics::RectF % rectangleF);
public static bool TryParse (string value, out Microsoft.Maui.Graphics.RectF rectangleF);
static member TryParse : string * RectF -> bool
Public Shared Function TryParse (value As String, ByRef rectangleF As RectF) As Boolean

Parameters

value
String
rectangleF
RectF

Returns

Applies to