HeaderUtilities.TryParseInt64(String, Int64) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
static bool TryParseInt64(System::String ^ value, [Runtime::InteropServices::Out] long % result);
public static bool TryParseInt64 (string value, out long result);
static member TryParseInt64 : string * int64 -> bool
Public Shared Function TryParseInt64 (value As String, ByRef result As Long) As Boolean
パラメーター
- value
- String
- result
- Int64