Sunday, 6 January 2019

C# int 轉型成 string、 string 轉型成int

Convert String to Int
int 轉型成 string
Convert.toString() / toString()

Convert Int to String
string 轉型成 int
Int32.Parse
int.Parse(string strPar)

No comments:

Post a Comment

IIS HTTP Error 403.18

 HTTP Error 403.18 - Forbidden The specified request cannot be processed in the application pool that is configured for this resource on the...