Click or drag to resize
AkFileInfoParse Method
XML转化为文件信息。

Namespace: Appkit.IO
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static AkFileInfo Parse(
	string xml
)

Parameters

xml
Type: SystemString
XML字符串。

Return Value

Type: AkFileInfo
文件信息。
See Also