Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CompMod / System / ComponentModel / BooleanConverter.cs / 1 / BooleanConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using Microsoft.Win32; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Remoting; using System.Runtime.Serialization.Formatters; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class BooleanConverter : TypeConverter { private static StandardValuesCollection values; ///Provides a type converter to convert /// Boolean objects to and from various other representations. ////// public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { if (sourceType == typeof(string)) { return true; } return base.CanConvertFrom(context, sourceType); } ///Gets a value indicating whether this converter can /// convert an object in the given source type to a Boolean object using the /// specified context. ////// public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) { if (value is string) { string text = ((string)value).Trim(); try { return Boolean.Parse(text); } catch (FormatException e) { throw new FormatException(SR.GetString(SR.ConvertInvalidPrimitive, (string)value, "Boolean"), e); } } return base.ConvertFrom(context, culture, value); } ///Converts the given value /// object to a Boolean object. ////// public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { if (values == null) { values = new StandardValuesCollection(new object[] {true, false}); } return values; } ///Gets a collection of standard values /// for the Boolean data type. ////// public override bool GetStandardValuesExclusive(ITypeDescriptorContext context) { return true; } ///Gets a value indicating whether the list of standard values returned from /// ///is an exclusive list. /// public override bool GetStandardValuesSupported(ITypeDescriptorContext context) { return true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets a value indicating whether this object supports a standard set of values /// that can be picked from a list. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using Microsoft.Win32; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Remoting; using System.Runtime.Serialization.Formatters; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class BooleanConverter : TypeConverter { private static StandardValuesCollection values; ///Provides a type converter to convert /// Boolean objects to and from various other representations. ////// public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { if (sourceType == typeof(string)) { return true; } return base.CanConvertFrom(context, sourceType); } ///Gets a value indicating whether this converter can /// convert an object in the given source type to a Boolean object using the /// specified context. ////// public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) { if (value is string) { string text = ((string)value).Trim(); try { return Boolean.Parse(text); } catch (FormatException e) { throw new FormatException(SR.GetString(SR.ConvertInvalidPrimitive, (string)value, "Boolean"), e); } } return base.ConvertFrom(context, culture, value); } ///Converts the given value /// object to a Boolean object. ////// public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { if (values == null) { values = new StandardValuesCollection(new object[] {true, false}); } return values; } ///Gets a collection of standard values /// for the Boolean data type. ////// public override bool GetStandardValuesExclusive(ITypeDescriptorContext context) { return true; } ///Gets a value indicating whether the list of standard values returned from /// ///is an exclusive list. /// public override bool GetStandardValuesSupported(ITypeDescriptorContext context) { return true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a value indicating whether this object supports a standard set of values /// that can be picked from a list. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- M3DUtil.cs
- SafeMarshalContext.cs
- GlobalEventManager.cs
- QueryReaderSettings.cs
- ColumnClickEvent.cs
- ProgressChangedEventArgs.cs
- DLinqColumnProvider.cs
- RenderDataDrawingContext.cs
- EmptyControlCollection.cs
- SqlCacheDependencyDatabaseCollection.cs
- precedingquery.cs
- StrokeCollection2.cs
- Crc32.cs
- WizardStepBase.cs
- SQLMoneyStorage.cs
- ButtonBase.cs
- CharacterMetricsDictionary.cs
- RootCodeDomSerializer.cs
- Attribute.cs
- ShaderEffect.cs
- RoleService.cs
- DescriptionAttribute.cs
- GAC.cs
- DllNotFoundException.cs
- SystemKeyConverter.cs
- EntityViewGenerationConstants.cs
- GridLengthConverter.cs
- NavigationEventArgs.cs
- CurrentChangedEventManager.cs
- LineMetrics.cs
- VirtualPathUtility.cs
- SimpleMailWebEventProvider.cs
- wmiutil.cs
- ToolTipService.cs
- FlowchartDesigner.Helpers.cs
- StsCommunicationException.cs
- SessionStateItemCollection.cs
- ObjectResult.cs
- mediapermission.cs
- GestureRecognizer.cs
- FillRuleValidation.cs
- oledbmetadatacolumnnames.cs
- WebBrowserBase.cs
- RefType.cs
- ConfigurationErrorsException.cs
- DefaultSerializationProviderAttribute.cs
- UserPreferenceChangingEventArgs.cs
- GuidelineSet.cs
- ToolstripProfessionalRenderer.cs
- DBCommandBuilder.cs
- AppliedDeviceFiltersEditor.cs
- Attributes.cs
- HandledEventArgs.cs
- _ScatterGatherBuffers.cs
- TreeWalker.cs
- EntityViewContainer.cs
- XmlSchemaImport.cs
- TrackingWorkflowEventArgs.cs
- TypeReference.cs
- DataTable.cs
- System.Data_BID.cs
- Timer.cs
- ContextConfiguration.cs
- IntSecurity.cs
- TransformerInfoCollection.cs
- FilterElement.cs
- ArraySubsetEnumerator.cs
- SymbolPair.cs
- OdbcUtils.cs
- ClipboardProcessor.cs
- LineInfo.cs
- Parameter.cs
- CompModSwitches.cs
- DataTableMappingCollection.cs
- XmlBinaryReader.cs
- ContentTextAutomationPeer.cs
- objectresult_tresulttype.cs
- PropertiesTab.cs
- StateInitialization.cs
- RegexCharClass.cs
- EditingCoordinator.cs
- SQLInt64.cs
- AttachInfo.cs
- ConfigurationLocationCollection.cs
- ReflectEventDescriptor.cs
- RNGCryptoServiceProvider.cs
- PropertyKey.cs
- GridViewDeleteEventArgs.cs
- CuspData.cs
- ApplicationContext.cs
- UnknownBitmapDecoder.cs
- DiscoveryMessageSequenceCD1.cs
- TransformerTypeCollection.cs
- PauseStoryboard.cs
- SecurityManager.cs
- RequestNavigateEventArgs.cs
- DataServiceQueryProvider.cs
- InputMethodStateTypeInfo.cs
- WorkflowRuntimeServiceElement.cs
- Padding.cs