Creates a
JValue comment with the given value.
public static JValue CreateComment(
System.string
)
public function CreateComment(
: System.String
): JValue; static;
public static function CreateComment(
: System.String
) : JValue;
public: static JValue* CreateComment(
System.string*
)
public:
static JValue^ CreateComment(
System.String^
)
'Declaration
Public Shared Function CreateComment( _
ByVal 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.
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