Aracılığıyla paylaş


PathString.Implicit Operatör

Tanım

Aşırı Yüklemeler

Implicit(PathString to String)

ToString() öğesini örtük olarak çağırır.

Implicit(String to PathString)

Verilen dizeden örtük olarak yeni bir PathString oluşturur.

Implicit(PathString to String)

Kaynak:
PathString.cs
Kaynak:
PathString.cs
Kaynak:
PathString.cs

ToString() öğesini örtük olarak çağırır.

public:
 static operator System::String ^(Microsoft::AspNetCore::Http::PathString path);
public static implicit operator string (Microsoft.AspNetCore.Http.PathString path);
static member op_Implicit : Microsoft.AspNetCore.Http.PathString -> string
Public Shared Widening Operator CType (path As PathString) As String

Parametreler

path
PathString

Döndürülenler

Şunlara uygulanır

Implicit(String to PathString)

Kaynak:
PathString.cs
Kaynak:
PathString.cs
Kaynak:
PathString.cs

Verilen dizeden örtük olarak yeni bir PathString oluşturur.

public:
 static operator Microsoft::AspNetCore::Http::PathString(System::String ^ s);
public static implicit operator Microsoft.AspNetCore.Http.PathString (string s);
public static implicit operator Microsoft.AspNetCore.Http.PathString (string? s);
static member op_Implicit : string -> Microsoft.AspNetCore.Http.PathString
Public Shared Widening Operator CType (s As String) As PathString

Parametreler

s
String

Döndürülenler

Şunlara uygulanır