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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -