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

返回

适用于