Click or drag to resize
AkResourcePathVarExpand Method
路径变量替换。

Namespace: Appkit.IO
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string VarExpand(
	string value
)

Parameters

value
Type: SystemString
源内容。

Return Value

Type: String
替换后的内容。
See Also