Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
System.String の静的メソッドとして表示される文字列の拡張メソッドを作成したいと思いますが、うまくいきませんでした。
それは可能ですか?もしそうなら、どのように?ありがとう!
不可能です。拡張メソッドを使用すると、静的メソッドではなく、インスタンス メソッドのように見えるものを追加できます。