| AbstractXmlConfigHelperCheckTrue Method |
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public 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:
BooleanSee Also