C# Class VAGSuite.VINDecoder

Afficher le fichier Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Méthodes publiques

Méthode Description
DecodeVINNumber ( string vin ) : VINCarInfo

Private Methods

Méthode Description
decodeConcern ( string vin ) : string
decodeEngineType ( string vin ) : string
decodeMakeYear ( string vin ) : int
decodeModel ( string vin, int my, string &platform, string &make ) : string
decodePlantInfo ( string vin ) : string

Method Details

DecodeVINNumber() public méthode

public DecodeVINNumber ( string vin ) : VINCarInfo
vin string
Résultat VINCarInfo