Int64.ToString メソッド (String)
指定した書式を使用して、このインスタンスの数値を、それと等価な文字列形式に変換します。
Overloads Public Function ToString( _
ByVal format As String _) As String
[C#]
public string ToString(stringformat);
[C++]
public: String* ToString(String* format);
[JScript]
public function ToString(
format : String) : String;
パラメータ
- format
書式指定文字列。
戻り値
format で指定された、このインスタンスの値の文字列形式。
解説
format が null 参照 (Visual Basic では Nothing) または空の文字列 ("") の場合、このインスタンスの戻り値は、一般書式指定子 ("G") を使用して書式設定されます。
このインスタンスの戻り値は、現在のカルチャの NumberFormatInfo を使用して書式設定されます。
必要条件
プラットフォーム: 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
参照
Int64 構造体 | Int64 メンバ | System 名前空間 | Int64.ToString オーバーロードの一覧 | 書式設定の概要 | 数値書式指定文字列 | Parse | String