JsonUtility.SerializeToJson - Méthode (Object)
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Shared Function SerializeToJson ( _
value As Object _
) As String
'Utilisation
Dim value As Object
Dim returnValue As String
returnValue = JsonUtility.SerializeToJson(value)
public static string SerializeToJson(
Object value
)
Paramètres
- value
Type : System.Object
Valeur renvoyée
Type : System.String