SqlDecimal.Parse(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将数字的 String 表示形式转换为其等效的 SqlDecimal 形式。
public:
static System::Data::SqlTypes::SqlDecimal Parse(System::String ^ s);
public static System.Data.SqlTypes.SqlDecimal Parse (string s);
static member Parse : string -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Parse (s As String) As SqlDecimal
参数
- s
- String
要分析的 String
。
返回
一个 SqlDecimal,它与指定的 String 中包含的值等效。