C# Class VAGSuite.VINDecoder

Datei anzeigen Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Public Methods

Method Description
DecodeVINNumber ( string vin ) : VINCarInfo

Private Methods

Method 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 method

public DecodeVINNumber ( string vin ) : VINCarInfo
vin string
return VINCarInfo