C# Class H.Comm.StringUtility

字串类 added by zbw911
Show file Open project: zbw911/CS4Hadoop

Public Methods

Method Description
FixedLenString ( string input, int len ) : string

返回固定长度的字串,左补0

Method Details

FixedLenString() public static method

返回固定长度的字串,左补0
public static FixedLenString ( string input, int len ) : string
input string
len int
return string