WCF-Xtensions Class Reference for .NET
Null Field (JsonConvert)






Represents JavaScript's null as a string. This field is read-only.
Syntax
public static readonly System.string Null
public field Null: System.String; static; readonly 
public static var Null : System.String;
public: static readonly System.string* Null
public:
static readonly System.String^ Null
'Declaration
 
Public Shared ReadOnly Null As System.String
 
'Usage
 
Dim value As System.String
 
value = JsonConvert.Null
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonConvert Class
JsonConvert Members

Send Feedback