System::Nullable::ToString 方法

Nullable::ToString method

将当前对象表示的值转换为字符串。

String System::Nullable<T>::ToString() const

ReturnValue

当前对象表示的值的字符串表示,如果当前对象表示的值为 null,则为空字符串

另见