PagePorter Class Library

FpControlConverter.ConvertBoolValue Method

Converts boolean value strings from FrontPage formats to the ASP.NET serialized web control format.

Overload List

Converts boolean value strings from FrontPage formats to the ASP.NET serialized web control format.

protected bool ConvertBoolValue(ref string);

Converts boolean value strings from FrontPage formats to the ASP.NET serialized web control format with a specified default value.

protected bool ConvertBoolValue(ref string,bool);

See Also

FpControlConverter Class | Parastream.Web.UI.Design Namespace