This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONReader3 Interface > IJSONReader3.ReadValueAsUInt64 Method (ArcObjects .NET 10.5 SDK) |
Obtains property or array value as number. Advances to the next token. If property value cannot be coerced to long, returns E_FAIL.
[Visual Basic .NET] Public Function ReadValueAsUInt64 ( _ ) As Long
[C#]
public ulong ReadValueAsUInt64 (
);
[C++]
HRESULT ReadValueAsUInt64(
Unsigned 64-bit int* pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type Unsigned 64-bit int