PathHelperNumberPath Method (Int64, String, Int32) |
数字转路径,路径不包含当前目录下文件名
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string NumberPath(
long number,
string separateChar = "/",
int value = 1000
)
Public Shared Function NumberPath (
number As Long,
Optional separateChar As String = "/",
Optional value As Integer = 1000
) As String
public:
static String^ NumberPath(
long long number,
String^ separateChar = L"/",
int value = 1000
)
static member NumberPath :
number : int64 *
?separateChar : string *
?value : int
(* Defaults:
let _separateChar = defaultArg separateChar "/"
let _value = defaultArg value 1000
*)
-> string
Parameters
- number
- Type: SystemInt64
[Missing <param name="number"/> documentation for "M:Adf.PathHelper.NumberPath(System.Int64,System.String,System.Int32)"]
- separateChar (Optional)
- Type: SystemString
路径分隔符 - value (Optional)
- Type: SystemInt32
单目录最大值,此值不得小于100
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.PathHelper.NumberPath(System.Int64,System.String,System.Int32)"]
See Also