Implicit 演算子
| 編集/提案 ソースを表示Implicit(PathString to String)
パス文字列を通常の文字列へ暗黙的に変換(キャスト)します。
宣言
public static implicit operator string (PathString path)
引数
型 | 名前 | 説明 |
---|---|---|
PathString | path | 通常の文字列へ変換するパス文字列です。 |
戻り値
型 | 説明 |
---|---|
System.String |
パス文字列を通常の文字列へ暗黙的に変換(キャスト)します。
public static implicit operator string (PathString path)
型 | 名前 | 説明 |
---|---|---|
PathString | path | 通常の文字列へ変換するパス文字列です。 |
型 | 説明 |
---|---|
System.String |