-
C#Data/string 2011. 7. 27. 22:46System.String or string
.Parse() // static
.==()
.+()
.Format() // static
object
.ToString()
string s = "..";or
string s = new string("..");
string str1;str1 = "..";System.Text.RegularExpressions.Match.Index.ValueSystem.Text.RegularExpressions.MatchCollectionSystem.Text.RegularExpressions.Regex.Matches() // staticSystem.Text.StringBuilder.ToString()
.Append()