Search
Converter.ToBoolean Method
See Also
 





Converts the specified string value to bool.

Namespace: MindFusion.Json
Package: MindFusion.Common

 Syntax

C#  Copy Code

public static bool ToBoolean (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToBoolean( _
    s As String _
) As Boolean

 Parameters

s

The string value to convert from.

 Return Value

A boolean value that is deserialized from the specified string.

 See Also