| 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 Boolean
Parameters
- value
- Type: SystemString
Return Value
Type:
BooleanSee Also