vote up 3 vote down star

I'd like to write an extension method for string, which appears as a static method on System.String - I've not managed to get that done.

Is that possible? If so how? Thanks!

flag

2 Answers

vote up 8 vote down check

It's not possible. Extension methods let you add what look like instance methods, and not static methods.

link|flag
vote up 0 vote down

Why do you want do to that? Give us an example, and maybe we can come up with a different idea.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.