public static long? ParseInt64FromStorage(
Object value
)
Public Shared Function ParseInt64FromStorage (
value As Object
) As Long?
public:
static Nullable<long long> ParseInt64FromStorage(
Object^ value
)
static member ParseInt64FromStorage :
value : Object -> Nullable<int64>