| HazelcastJsonValue Constructor |
Creates a HazelcastJsonValue from given string.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax public HazelcastJsonValue(
string jsonString
)
Public Sub New (
jsonString As String
)
public:
HazelcastJsonValue(
String^ jsonString
)
new :
jsonString : string -> HazelcastJsonValue
Parameters
- jsonString
- Type: SystemString
a non null Json string
Exceptions Exception | Condition |
---|
NullReferenceException | if jsonString param is null |
See Also