System::Version::ToString 方法

Version::ToString() const method

返回当前对象所表示的版本号的字符串表示。

String System::Version::ToString() const

另见

Version::ToString(int) const method

返回当前对象所表示的版本号中指定段数的字符串表示。

String System::Version::ToString(int fieldCount) const
参数类型描述
fieldCountint在返回的字符串表示中要包含的版本号段的数量

ReturnValue

当前对象表示的版本号的字符串表示形式

另见