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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -