Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

How to Capitalize within a CodeSnippet (Prop Snippet)

$
0
0
I would like to implement a Property as below with a code snippet.

private string _myString;

        public string MyString
        {
            get { return _myString; }
            set { _myString = value; }
        }
I would like one substitution using $myString$ and then for the public method I want to Capitalize the first letter as "MyString".
Can this be done

Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>