Conversions.ToString メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したオブジェクトを String 値に変換します。
オーバーロード
ToString(Int64) |
|
ToString(Single, NumberFormatInfo) | |
ToString(Double, NumberFormatInfo) | |
ToString(Decimal, NumberFormatInfo) | |
ToString(UInt64) |
|
ToString(UInt32) |
|
ToString(Single) | |
ToString(Object) |
オブジェクトを String 値に変換します。 |
ToString(Int32) |
整数値を String 値に変換します。 |
ToString(Int16) |
|
ToString(Double) | |
ToString(Decimal) | |
ToString(DateTime) | |
ToString(Char) | |
ToString(Byte) | |
ToString(Boolean) |
ToString(Int64)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
Long
値を String 値に変換します。
public:
static System::String ^ ToString(long Value);
public static string ToString (long Value);
static member ToString : int64 -> string
Public Shared Function ToString (Value As Long) As String
パラメーター
- Value
- Int64
変換する Long
値。
戻り値
String
値の Long
表現。
適用対象
ToString(Single, NumberFormatInfo)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
public:
static System::String ^ ToString(float Value, System::Globalization::NumberFormatInfo ^ NumberFormat);
public static string ToString (float Value, System.Globalization.NumberFormatInfo? NumberFormat);
public static string ToString (float Value, System.Globalization.NumberFormatInfo NumberFormat);
static member ToString : single * System.Globalization.NumberFormatInfo -> string
Public Shared Function ToString (Value As Single, NumberFormat As NumberFormatInfo) As String
パラメーター
- NumberFormat
- NumberFormatInfo
NumberFormatInfo に従って使用する数値書式。
戻り値
Single 値の文字列表現。
適用対象
ToString(Double, NumberFormatInfo)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
public:
static System::String ^ ToString(double Value, System::Globalization::NumberFormatInfo ^ NumberFormat);
public static string ToString (double Value, System.Globalization.NumberFormatInfo? NumberFormat);
public static string ToString (double Value, System.Globalization.NumberFormatInfo NumberFormat);
static member ToString : double * System.Globalization.NumberFormatInfo -> string
Public Shared Function ToString (Value As Double, NumberFormat As NumberFormatInfo) As String
パラメーター
- NumberFormat
- NumberFormatInfo
NumberFormatInfo に従って使用する数値書式。
戻り値
Double 値の文字列表現。
適用対象
ToString(Decimal, NumberFormatInfo)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
public:
static System::String ^ ToString(System::Decimal Value, System::Globalization::NumberFormatInfo ^ NumberFormat);
public static string ToString (decimal Value, System.Globalization.NumberFormatInfo? NumberFormat);
public static string ToString (decimal Value, System.Globalization.NumberFormatInfo NumberFormat);
static member ToString : decimal * System.Globalization.NumberFormatInfo -> string
Public Shared Function ToString (Value As Decimal, NumberFormat As NumberFormatInfo) As String
パラメーター
- Value
- Decimal
変換する decimal
値。
- NumberFormat
- NumberFormatInfo
NumberFormatInfo に従って使用する数値書式。
戻り値
String
値の Decimal
表現。
適用対象
ToString(UInt64)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
重要
この API は CLS 準拠ではありません。
Ulong
値を String 値に変換します。
public:
static System::String ^ ToString(System::UInt64 Value);
[System.CLSCompliant(false)]
public static string ToString (ulong Value);
[<System.CLSCompliant(false)>]
static member ToString : uint64 -> string
Public Shared Function ToString (Value As ULong) As String
パラメーター
- Value
- UInt64
変換する Ulong
値。
戻り値
String
値の Ulong
表現。
- 属性
適用対象
ToString(UInt32)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
重要
この API は CLS 準拠ではありません。
uint
値を String 値に変換します。
public:
static System::String ^ ToString(System::UInt32 Value);
[System.CLSCompliant(false)]
public static string ToString (uint Value);
[<System.CLSCompliant(false)>]
static member ToString : uint32 -> string
Public Shared Function ToString (Value As UInteger) As String
パラメーター
- Value
- UInt32
変換する Uint
値。
戻り値
String
値の Uint
表現。
- 属性
適用対象
ToString(Single)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
public:
static System::String ^ ToString(float Value);
public static string ToString (float Value);
static member ToString : single -> string
Public Shared Function ToString (Value As Single) As String
パラメーター
戻り値
Single 値の文字列表現。
適用対象
ToString(Object)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
オブジェクトを String 値に変換します。
public:
static System::String ^ ToString(System::Object ^ Value);
public static string ToString (object Value);
public static string? ToString (object? Value);
static member ToString : obj -> string
Public Shared Function ToString (Value As Object) As String
パラメーター
- Value
- Object
変換対象のオブジェクト。
戻り値
オブジェクトの String
表現。
適用対象
ToString(Int32)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
整数値を String 値に変換します。
public:
static System::String ^ ToString(int Value);
public static string ToString (int Value);
static member ToString : int -> string
Public Shared Function ToString (Value As Integer) As String
パラメーター
- Value
- Int32
変換する int
値。
戻り値
String
値の int
表現。
適用対象
ToString(Int16)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
Short
値を String 値に変換します。
public:
static System::String ^ ToString(short Value);
public static string ToString (short Value);
static member ToString : int16 -> string
Public Shared Function ToString (Value As Short) As String
パラメーター
- Value
- Int16
変換する Short
値。
戻り値
String
値の Short
表現。
適用対象
ToString(Double)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
public:
static System::String ^ ToString(double Value);
public static string ToString (double Value);
static member ToString : double -> string
Public Shared Function ToString (Value As Double) As String
パラメーター
戻り値
Double 値の文字列表現。
適用対象
ToString(Decimal)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
public:
static System::String ^ ToString(System::Decimal Value);
public static string ToString (decimal Value);
static member ToString : decimal -> string
Public Shared Function ToString (Value As Decimal) As String
パラメーター
- Value
- Decimal
変換する Decimal
値。
戻り値
String
値の Decimal
表現。
適用対象
ToString(DateTime)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
public:
static System::String ^ ToString(DateTime Value);
public static string ToString (DateTime Value);
static member ToString : DateTime -> string
Public Shared Function ToString (Value As DateTime) As String
パラメーター
- Value
- DateTime
変換する DateTime
値。
戻り値
String
値の DateTime
表現。
適用対象
ToString(Char)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
public:
static System::String ^ ToString(char Value);
public static string ToString (char Value);
static member ToString : char -> string
Public Shared Function ToString (Value As Char) As String
パラメーター
- Value
- Char
変換する Char
値。
戻り値
String
値の Char
表現。
適用対象
ToString(Byte)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
public:
static System::String ^ ToString(System::Byte Value);
public static string ToString (byte Value);
static member ToString : byte -> string
Public Shared Function ToString (Value As Byte) As String
パラメーター
- Value
- Byte
変換する Byte
値。
戻り値
String
値の Byte
表現。
適用対象
ToString(Boolean)
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
- ソース:
- Conversions.vb
public:
static System::String ^ ToString(bool Value);
public static string ToString (bool Value);
static member ToString : bool -> string
Public Shared Function ToString (Value As Boolean) As String
パラメーター
- Value
- Boolean
変換する Boolean
値。
戻り値
String
値の Boolean
表現。
適用対象
.NET