Convert a string to a boolean


Namespace: PalmSens.DataFiles
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Protected Function ToBool( _ 
   ByVal s As String _ 
) As Boolean
C#
protected bool ToBool(
   string s
)
C++
protected:
 bool ToBool(
   String s
) sealed 
J#
protected bool ToBool(
   string s
)
JScript
protected  function ToBool(
   s : String
) : bool

Parameters

s
string to convert

Return Value

corresponding boolean

See Also