  | ConverterToBooleanLegacy Method (String) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax[ObsoleteAttribute("Use ToBoolean instead")]
public static bool ToBooleanLegacy(
	string value
)<ObsoleteAttribute("Use ToBoolean instead")>
Public Shared Function ToBooleanLegacy ( 
	value As String
) As BooleanParameters
- value
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also