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

Path::ToString method

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

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

ReturnValue

path 的字符串表示

另见