System::IO::Path::ToString 方法

Path::ToString method

返回指定 Boost 路径对象的字符串表示。

static String System::IO::Path::ToString(const boost::filesystem::path &path)
参数类型描述
路径const boost::filesystem::path&要转换为字符串的 boost::filesystem::path 对象

ReturnValue

path 的字符串表示

另见