c# extend String Class with static method -


this question has answer here:

i wondering if there way extend string class method called generaterandom() generates random string. maybe like

string.createrandom(); 

as have read there no way creating instance of string , calling extension method. maybe there 1 , know it.

thanks help!

no, can't.

for more information, , explanation, see these earlier questions:


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -