G
Guest
Hi there
This is the situation .
there is a huge string that pass as a parameter in a method
The method just look for a value in the string, and return it
The methos is invoked by another method in the same proces
What is the best way to do this? (C#
- a) string ExtractValue (string HugeString
- b) string ExtractValue (ref string HugeString
This is the situation .
there is a huge string that pass as a parameter in a method
The method just look for a value in the string, and return it
The methos is invoked by another method in the same proces
What is the best way to do this? (C#
- a) string ExtractValue (string HugeString
- b) string ExtractValue (ref string HugeString