次の方法で共有


SqlDecimal.Parse メソッド

数値の String 形式をそれと等価な SqlDecimal に変換します。

Public Shared Function Parse( _
   ByVal s As String _) As SqlDecimal
[C#]
public static SqlDecimal Parse(strings);
[C++]
public: static SqlDecimal Parse(String* s);
[JScript]
public static function Parse(
   s : String) : SqlDecimal;

パラメータ

  • s
    解析対象の文字列。

戻り値

指定した String に格納されている値と等価の SqlDecimal

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

SqlDecimal 構造体 | SqlDecimal メンバ | System.Data.SqlTypes 名前空間