Substring between two characters - CodeProject
Definition by sample is not a definition. What are the rules of location of the substring in question? If this is fixed position and length (which is unlikely), use System.String.Substring. If this is based on some pattern (which you did not explain), use...