Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Obtient un numéro IBAN à partir d'un numéro RIB et d'un code de pays
Espace de nom : Developpez.Dotnet.AlgorithmsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static string FromRIB( string rib, string countryCode ) |
Visual Basic (Déclaration) |
---|
Public Shared Function FromRIB ( _ rib As String, _ countryCode As String _ ) As String |
Visual C++ |
---|
public: static String^ FromRIB( String^ rib, String^ countryCode ) |
Paramètres
- rib
- Type: System..::..String
Le numéro RIB
- countryCode
- Type: System..::..String
Le code du pays (par exemple "FR" pour la France)