SqlByte.ToString 方法

定义

将此 SqlByte 结构转换为 StringConverts this SqlByte structure to a String.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

String

一个包含 ValueSqlByte 的字符串。A string that contains the Value of the SqlByte. 如果 Value 为空,String 将为空字符串。If the Value is null, the String will be a null string.

适用于