FpControlConverter.ConvertBoolValue Method (String)
Converts boolean value strings from FrontPage formats to the ASP.NET serialized web control format.
[Visual Basic]
Overloads Protected Function ConvertBoolValue( _
ByRef
value As
String _
) As
Boolean
[C#]
protected
bool ConvertBoolValue(
ref
string value);
Parameters
-
value
- [IN]: The boolean value string in FrontPage format: "F", "FALSE", "T", or "TRUE". Assumes False if the value is null or empty.
[OUT]: Either "False" or "True" depending on the input parameters.
Return Value
True if value was converted; false otherwise.
See Also
FpControlConverter Class | Parastream.Web.UI.Design Namespace | FpControlConverter.ConvertBoolValue Overload List