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