MaintenanceCommandHelperSerializeJson - метод
Пространство имён: Tessa.Discovery.SendersСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static string SerializeJson(
Object? value,
bool indented = true
)
Public Shared Function SerializeJson (
value As Object,
Optional indented As Boolean = true
) As String
public:
static String^ SerializeJson(
Object^ value,
bool indented = true
)
static member SerializeJson :
value : Object *
?indented : bool
(* Defaults:
let _indented = defaultArg indented true
*)
-> string
- value Object
-
- indented Boolean (Optional)
-
String