ResourceStateSnapshot.Implicit(String to ResourceStateSnapshot) Operator

Definition

Convert text to state snapshot. The style will be null by default

public static implicit operator Aspire.Hosting.ApplicationModel.ResourceStateSnapshot? (string? s);
static member op_Implicit : string -> Aspire.Hosting.ApplicationModel.ResourceStateSnapshot
Public Shared Widening Operator CType (s As String) As ResourceStateSnapshot

Parameters

s
String

Returns

Applies to