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