 | HazelcastJsonValue Constructor |
Creates a HazelcastJsonValue from given string.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntaxpublic 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
See Also