  | AbstractXmlConfigHelperCheckTrue Method  | 
  
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntaxpublic static bool CheckTrue(
	string value
)
Public Shared Function CheckTrue ( 
	value As String
) As Boolean
public:
static bool CheckTrue(
	String^ value
)
static member CheckTrue : 
        value : string -> bool 
Parameters
- value
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also