Charting for WinForms Programmer's Guide
Converter.ToBoolean Method
See Also
 






Converts the specified string value to bool.

Namespace: MindFusion.Json
Assembly: 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

Converter Members
Converter Class
MindFusion.Json Namespace