Click or drag to resize

HazelcastJsonValue Constructor

Creates a HazelcastJsonValue from given string.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public HazelcastJsonValue(
	string jsonString
)

Parameters

jsonString
Type: SystemString
a non null Json string
Exceptions
ExceptionCondition
NullReferenceExceptionif jsonString param is null
See Also