Click or drag to resize
FileHelperGetEncoding Method (String)
获取文件字符编码

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static Encoding GetEncoding(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:X3Platform.Util.FileHelper.GetEncoding(System.String)"]

Return Value

Type: Encoding

[Missing <returns> documentation for "M:X3Platform.Util.FileHelper.GetEncoding(System.String)"]

See Also