iban.saltug.netC# IBAN Checker/Verifier

iban.saltug.net Profile

iban.saltug.net

Maindomain:saltug.net

Title:C# IBAN Checker/Verifier

Description:Türkçe For one of my projects I needed an IBAN verifier. I searched the web for check digit calculation and found it in IBAN Wikipedia entry . I also found a very good javascript example on the UN C

Discover iban.saltug.net website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

iban.saltug.net Information

Website / Domain: iban.saltug.net
HomePage size:9.787 KB
Page Load Time:0.069365 Seconds
Website IP Address: 50.59.99.59
Isp Server: TW Telecom Holdings Inc.

iban.saltug.net Ip Information

Ip Country: United States
City Name: Bahama
Latitude: 36.166110992432
Longitude: -78.876670837402

iban.saltug.net Keywords accounting

Keyword Count

iban.saltug.net Httpheader

Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Vary: Accept-Encoding
Server: Microsoft-IIS/10.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Sat, 20 Mar 2021 02:01:23 GMT
Content-Length: 10722

iban.saltug.net Meta Info

content="Serdar, Altug, Serdar Altug, saltug, .NET, C#, IBAN, IBAN Checker, IBAN Verifier" name="KEYWORDS"/
content="C# IBAN Checker/Verifier by saltug" name="Description"/
content="D408BFB5FB90771BE18F9A80EF371D95" name="msvalidate.01"/
content="G2ajemOJyckwyfXJCjZyQLQHGXgOZMRXjUx2JRsOGIE" name="google-site-verification"/

50.59.99.59 Domains

Domain WebSite Title

iban.saltug.net Similar Website

Domain WebSite Title
iban.saltug.netC# IBAN Checker/Verifier
it.iban.comVerifica IBAN (Numero di Conto Bancario Internazionale)
iban.comIBAN Checker: International Bank Account Number validation

iban.saltug.net Traffic Sources Chart

iban.saltug.net Alexa Rank History Chart

iban.saltug.net aleax

iban.saltug.net Html To Plain Text

Türkçe For one of my projects I needed an IBAN verifier. I searched the web for check digit calculation and found it in IBAN Wikipedia entry . I also found a very good javascript example on the UN CEFACT TBG5 web site . As I needed this algorithm in C#, I developed a C# version from information presented in these sites. Using same code I also created a custom Excel worksheet function as Automation Add-in and a SmartTag for Word using VSTO. (for those who don't want to read all the details here is the source code in C#) IBAN checksum calculation It is described as follows in Wikipedia entry: The checksum is a basic ISO 7064 mod 97-10 calculation where the remainder must equal 1. To validate the checksum: Check that the total IBAN length is correct as per the country. If not, the IBAN is invalid. Move the four initial characters to the end of the string. Replace each letter in the string with two digits, thereby expanding the string, where A=10, B=11, ..., Z=35. Interpret the string as a decimal integer and compute the remainder of that number on division by 97. The IBAN number can only be valid if the remainder is 1. When you apply this algorithm in C# it is something like this (I admit that this may not be the best algorithm). The javascript presented in UN CEFACT TBG5 web site contains all the available country specific data that are listed in Wikipedia in an array. I decided to hold this data as an internal List<IbanData>. As I would like to give more information other than true-false as a return value to my IbanChecker I also created status data class as well. You can download full source code here -> IbanLibrary.zip . IBAN Automation Add-in for Microsoft Excel I thought it could be very helpful if this checker can be used in Excel worksheets. I could easily create a VBA solution using VBScript's regular expression support (Set regex = CreateObject("VBScript.RegExp"). However, I want to create a solution that can be deployed to user computers in an organization. Microsoft's suggested way of developing UDF for client computers is XLL, which you have to develop a special kind of DLL using the C API. If you would like to develop it for Excel Services (for SharePoint) there is already a library that you can use for your managed code ( Microsoft.Office.Excel.Server.Udf ). I decided to develop an Automation Add-in for Excel where I can use my managed code as COM interop assembly. After registering this managed DLL as COM interop assemly you need to activate it in Excel. For this: Office Button -> Excel Options -> Add-Ins -> “Manage: Excel Add-in” Go… -> Automation… -> ExcelExtension.ExcelFunctions -> OK -> OK Then you can use it from "Insert Function" dialog box. For more details on developing Automation Add-in you can start with these two blog post by Eric Carter and Gabhan Berry . For registering managed code DLL as COM interop assembly you can start with Regasm.exe and this article (and this tip ). And you should have already know this if you plan to do a company wide deployment. You can download full source code here -> IbanAutomationAddIn.zip . Please see below for regex examples IBAN SmartTag for Microsoft Word Most of the correspondences are written in Word in companies. It would be nice to have a SmartTag that notify you if the IBAN code that you write in a letter is correct or not. For developing a SmartTag the easiest way is to use Visual Studio Tools for Office. This is a sample in Word. For developing SmartTag for Word you can read this how-to . You can download full source code here -> IbanSmartTag.zip . Using Regular Expression worksheet functions in IBAN Automation Add-in When working with Excel, especially if it contains text and numbers that I need to manipulate, I always felt the absence of regular expressions that I can use as worksheet function. After developing above Excel Add-in I added additional functions for mostly used regex functions: IsMatch, Match().Value and all Match().Value. Sample results: As you can see RegexAllMatchValues function returns a string array. In order to see all the results you need to apply Array Formula for the enough cells that can hold your results. You can find many sample regex pattern at RegExLib.com please send any improvement suggestions to:...

iban.saltug.net Whois

"domain_name": "SALTUG.NET", "registrar": "Wild West Domains, LLC", "whois_server": "whois.wildwestdomains.com", "referral_url": null, "updated_date": [ "2020-04-22 16:55:00", "2020-04-22 09:54:59" ], "creation_date": [ "2000-05-22 23:06:54", "2000-05-22 18:06:54" ], "expiration_date": [ "2025-05-22 23:06:54", "2025-05-22 18:06:54" ], "name_servers": [ "NS1.3ESSENTIALS.COM", "NS2.3ESSENTIALS.COM" ], "status": [ "clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited", "clientRenewProhibited https://icann.org/epp#clientRenewProhibited", "clientTransferProhibited https://icann.org/epp#clientTransferProhibited", "clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited", "clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited", "clientUpdateProhibited http://www.icann.org/epp#clientUpdateProhibited", "clientRenewProhibited http://www.icann.org/epp#clientRenewProhibited", "clientDeleteProhibited http://www.icann.org/epp#clientDeleteProhibited" ], "emails": [ "abuse@wildwestdomains.com", "SALTUG.NET@domainsbyproxy.com" ], "dnssec": "unsigned", "name": "Registration Private", "org": "Domains By Proxy, LLC", "address": [ "DomainsByProxy.com", "14455 N. Hayden Road" ], "city": "Scottsdale", "state": "Arizona", "zipcode": "85260", "country": "US"