Thursday, 29 August 2013

wp - C#; string length property is not works?

wp - C#; string length property is not works?

Why string length property is not working in C# while developing app for
Windows Phone. here's my code;
private void showName_Click(object sender, EventArgs e)
{
string name = "UserName";
MessageBox.Show(name.Length);
}
Error
'System.Windows.Controls.Page' does not contain a definition for 'Length'

No comments:

Post a Comment