StringHelperNullTo Method (String) |
默认的空值转换, 把 null 转换为 "" .
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string NullTo(
string text
)
public:
static String^ NullTo(
String^ text
)
Parameters
- text
- Type: SystemString
[Missing <param name="text"/> documentation for "M:X3Platform.Util.StringHelper.NullTo(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.NullTo(System.String)"]
See Also