Click here to Skip to main content
15,885,366 members

Articles by Mehrdad,Asghari (Tip/Trick: 1)

Tip/Trick: 1

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 5.00

Programming Languages
C#
27 Apr 2010   Updated: 27 Apr 2010   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 16,911     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Below function get ISBN10 parameter and return ISBN13 :public string GetISBN13(string ISBN) { string isbn10 = "978" + ISBN.Substring(0, 9); int isbn10_1 = Convert.ToInt32(isbn10.Substring(0, 1)); int isbn10_2 =...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Web Developer
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.