PathString.Implicit 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Implicit(PathString to String) |
ToString()을 암시적으로 호출합니다. |
Implicit(String to PathString) |
지정된 문자열에서 새 PathString을 암시적으로 만듭니다. |
Implicit(PathString to String)
- Source:
- PathString.cs
- Source:
- PathString.cs
- Source:
- 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)
- Source:
- PathString.cs
- Source:
- PathString.cs
- Source:
- 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