This document is archived and information here might be outdated.  Recommended version.


IJSONReader.IsNumber Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IJSONReader.IsNumber Method

Indicates true if current token is a property value or array value of numeric type.

[Visual Basic .NET]
Public Function IsNumber ( _
) As Boolean
[C#]
public bool IsNumber (
);
[C++]
HRESULT IsNumber(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJSONReader Interface