public static StringContent FromJsonObject(
Object value
)
Public Shared Function FromJsonObject (
value As Object
) As StringContent
public:
static StringContent^ FromJsonObject(
Object^ value
)
static member FromJsonObject :
value : Object -> StringContent