Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Violet Nelson   on Jun 06 In Asp.net Category.

  
Question Answered By: Isra Demir   on Jun 06

sorry but it still doing prob.
i have quite a lot of expiernce in vbscript/vb6/vb.net
but totally beginner to c#:


string[] strArray = new string[];

strArry = fileName.Split(".");


string fileExtension = strArry[1];


switch(fileExtension)

{

case "gif":

}

Share: