SqlByte.ToString 方法
定义
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
一个包含 Value 的 SqlByte 的字符串。A string that contains the Value of the SqlByte. 如果 Value 为空,String 将为空字符串。If the Value is null, the String will be a null string.