Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
H
Comm
StringUtility
C# Class H.Comm.StringUtility
字串类 added by zbw911
Datei anzeigen
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