Json.NET - Quick Starts & API Documentation
JValue Constructor (value)
Namespaces ► Newtonsoft.Json.Linq ► JValue ► JValue(UInt64)
Initializes a new instance of the JValue class with the given value.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public JValue( ulong value )
Public Sub New ( _ value As ULong _ )
public: JValue( unsigned long long value )
Parameters
- value (UInt64)
- The value.