Share via


PathString.Implicit 演算子

定義

オーバーロード

Implicit(PathString to String)

ToString() を暗黙的に呼び出します。

Implicit(String to PathString)

指定された文字列から新しい PathString を暗黙的に作成します。

Implicit(PathString to String)

ソース:
PathString.cs
ソース:
PathString.cs

ToString() を暗黙的に呼び出します。

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

パラメーター

path
PathString

戻り値

適用対象

Implicit(String to PathString)

ソース:
PathString.cs
ソース:
PathString.cs

指定された文字列から新しい PathString を暗黙的に作成します。

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

パラメーター

s
String

戻り値

適用対象