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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -