共用方式為


HeaderUtilities.TryParseInt64(String, Int64) 方法

定義

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

傳回

適用於