SqlDecimal.ToString 方法
定义
将此 SqlDecimal 结构转换为 String。Converts this SqlDecimal structure to String.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
一个新的 String 对象,其中包含 SqlDecimal 结构的 Value 属性的字符串表示形式。A new String object that contains the string representation of the SqlDecimal structure's Value property.