FileHelperToStream Method |
从文件读取 Stream
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static Stream ToStream(
string path
)
public:
static Stream^ ToStream(
String^ path
)
Parameters
- path
- Type: SystemString
[Missing <param name="path"/> documentation for "M:X3Platform.Util.FileHelper.ToStream(System.String)"]
Return Value
Type:
Stream[Missing <returns> documentation for "M:X3Platform.Util.FileHelper.ToStream(System.String)"]
See Also