次の方法で共有


Convert.ToInt32 メソッド (Char)

指定した Unicode 文字の値を等価の 32 ビット符号付き整数に変換します。

Overloads Public Shared Function ToInt32( _
   ByVal value As Char _) As Integer
[C#]
public static int ToInt32(charvalue);
[C++]
public: static int ToInt32(__wchar_tvalue);
[JScript]
public static function ToInt32(
   value : Char) : int;

パラメータ

  • value
    Unicode 文字。

戻り値

value と等価な 32 ビット符号付き整数。

必要条件

プラットフォーム: 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, Common Language Infrastructure (CLI) Standard

参照

Convert クラス | Convert メンバ | System 名前空間 | Convert.ToInt32 オーバーロードの一覧