S
sternr
Hey,
Is there a way to duplicate a certain string multiple times?
I.E: I've got the following string: "<0>" and would like to create:
"<0><0><0><0>".
Is there a CLR API for this behavior or should I create this function
myself?
Thanks
--sternr
Is there a way to duplicate a certain string multiple times?
I.E: I've got the following string: "<0>" and would like to create:
"<0><0><0><0>".
Is there a CLR API for this behavior or should I create this function
myself?
Thanks
--sternr

