Click or drag to resize
PathHelperNumberPath Method (Int64, Int32, String, Int32)
数字转路径,并返回当前目录下文件名

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string NumberPath(
	long number,
	out int name,
	string separateChar = "/",
	int value = 1000
)

Parameters

number
Type: SystemInt64

[Missing <param name="number"/> documentation for "M:Adf.PathHelper.NumberPath(System.Int64,System.Int32@,System.String,System.Int32)"]

name
Type: SystemInt32
文件名
separateChar (Optional)
Type: SystemString
路径分隔符
value (Optional)
Type: SystemInt32
单目录最大值,此值不得小于100

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.PathHelper.NumberPath(System.Int64,System.Int32@,System.String,System.Int32)"]

See Also