C# Class BenefitsAllocationUpload.Models.NoStringValueConverter

Generic method for handling padding of strings that are less that the necessary number of characters.
Afficher le fichier Open project: ucdavis/BenefitsAllocationUpload

Méthodes publiques

Méthode Description
FieldToString ( string fieldValue, int fieldLength ) : string
StringToField ( string from, int fieldLength ) : string

Method Details

FieldToString() public static méthode

public static FieldToString ( string fieldValue, int fieldLength ) : string
fieldValue string
fieldLength int
Résultat string

StringToField() public static méthode

public static StringToField ( string from, int fieldLength ) : string
from string
fieldLength int
Résultat string