WCF-Xtensions Class Reference for .NET
CreateComment Method (JValue)






The value.
Creates a JValue comment with the given value.
Syntax
public static JValue CreateComment( 
   System.string value
)
public function CreateComment( 
    value: System.String
): JValue; static; 
public static function CreateComment( 
   value : System.String
) : JValue;
public: static JValue* CreateComment( 
   System.string* value
) 
public:
static JValue^ CreateComment( 
   System.String^ value
) 
'Declaration
 
Public Shared Function CreateComment( _
   ByVal value As System.String _
) As JValue
 
'Usage
 
Dim value As System.String
Dim value As JValue
 
value = JValue.CreateComment(value)

Parameters

value
The value.

Return Value

A JValue comment with the given value.
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

JValue Class
JValue Members

Send Feedback