C# 클래스 BenefitsAllocationUpload.Models.NoStringValueConverter

Generic method for handling padding of strings that are less that the necessary number of characters.
파일 보기 프로젝트 열기: ucdavis/BenefitsAllocationUpload

공개 메소드들

메소드 설명
FieldToString ( string fieldValue, int fieldLength ) : string
StringToField ( string from, int fieldLength ) : string

메소드 상세

FieldToString() 공개 정적인 메소드

public static FieldToString ( string fieldValue, int fieldLength ) : string
fieldValue string
fieldLength int
리턴 string

StringToField() 공개 정적인 메소드

public static StringToField ( string from, int fieldLength ) : string
from string
fieldLength int
리턴 string