Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / HorizontalAlignConverter.cs / 1 / HorizontalAlignConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- // namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; using System.Globalization; internal class HorizontalAlignConverter : EnumConverter { static string[] stringValues = new String[(int) HorizontalAlign.Justify + 1]; static HorizontalAlignConverter () { stringValues[(int) HorizontalAlign.NotSet] = "NotSet"; stringValues[(int) HorizontalAlign.Left] = "Left"; stringValues[(int) HorizontalAlign.Center] = "Center"; stringValues[(int) HorizontalAlign.Right] = "Right"; stringValues[(int) HorizontalAlign.Justify] = "Justify"; } // this constructor needs to be public despite the fact that it's in an internal // class so it can be created by Activator.CreateInstance. public HorizontalAlignConverter () : base(typeof(HorizontalAlign)) {} public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { if (sourceType == typeof(string)) { return true; } else { return base.CanConvertFrom(context, sourceType); } } public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) { if (value == null) return null; if (value is string) { string textValue = ((string)value).Trim(); if (textValue.Length == 0) return HorizontalAlign.NotSet; switch (textValue) { case "NotSet": return HorizontalAlign.NotSet; case "Left": return HorizontalAlign.Left; case "Center": return HorizontalAlign.Center; case "Right": return HorizontalAlign.Right; case "Justify": return HorizontalAlign.Justify; } } return base.ConvertFrom(context, culture, value); } public override bool CanConvertTo(ITypeDescriptorContext context, Type sourceType) { if (sourceType == typeof(string)) { return true; } return base.CanConvertTo(context, sourceType); } public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) { if (destinationType == typeof(string) && ((int) value <= (int)HorizontalAlign.Justify)) { return stringValues[(int) value]; } return base.ConvertTo(context, culture, value, destinationType); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- // namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; using System.Globalization; internal class HorizontalAlignConverter : EnumConverter { static string[] stringValues = new String[(int) HorizontalAlign.Justify + 1]; static HorizontalAlignConverter () { stringValues[(int) HorizontalAlign.NotSet] = "NotSet"; stringValues[(int) HorizontalAlign.Left] = "Left"; stringValues[(int) HorizontalAlign.Center] = "Center"; stringValues[(int) HorizontalAlign.Right] = "Right"; stringValues[(int) HorizontalAlign.Justify] = "Justify"; } // this constructor needs to be public despite the fact that it's in an internal // class so it can be created by Activator.CreateInstance. public HorizontalAlignConverter () : base(typeof(HorizontalAlign)) {} public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) { if (sourceType == typeof(string)) { return true; } else { return base.CanConvertFrom(context, sourceType); } } public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) { if (value == null) return null; if (value is string) { string textValue = ((string)value).Trim(); if (textValue.Length == 0) return HorizontalAlign.NotSet; switch (textValue) { case "NotSet": return HorizontalAlign.NotSet; case "Left": return HorizontalAlign.Left; case "Center": return HorizontalAlign.Center; case "Right": return HorizontalAlign.Right; case "Justify": return HorizontalAlign.Justify; } } return base.ConvertFrom(context, culture, value); } public override bool CanConvertTo(ITypeDescriptorContext context, Type sourceType) { if (sourceType == typeof(string)) { return true; } return base.CanConvertTo(context, sourceType); } public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) { if (destinationType == typeof(string) && ((int) value <= (int)HorizontalAlign.Justify)) { return stringValues[(int) value]; } return base.ConvertTo(context, culture, value, destinationType); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- KeysConverter.cs
- MultipleViewPattern.cs
- DataGridViewTextBoxCell.cs
- log.cs
- AnnotationResourceChangedEventArgs.cs
- DrawingCollection.cs
- CultureMapper.cs
- ActivityValidator.cs
- WSSecurityPolicy11.cs
- RestHandler.cs
- FusionWrap.cs
- UInt32Storage.cs
- PlainXmlWriter.cs
- IntSecurity.cs
- IntegrationExceptionEventArgs.cs
- PreservationFileWriter.cs
- TrustDriver.cs
- DataSpaceManager.cs
- LocalBuilder.cs
- GenerateTemporaryTargetAssembly.cs
- WorkItem.cs
- XPathPatternBuilder.cs
- OutputScope.cs
- XmlCodeExporter.cs
- filewebresponse.cs
- CommandPlan.cs
- VectorAnimation.cs
- SynchronizationContext.cs
- Utility.cs
- TriState.cs
- DbConnectionStringBuilder.cs
- TimelineCollection.cs
- IMembershipProvider.cs
- TextAdaptor.cs
- CallbackValidatorAttribute.cs
- PrinterSettings.cs
- DrawToolTipEventArgs.cs
- ResolveNameEventArgs.cs
- RoleManagerModule.cs
- RtfToXamlReader.cs
- HttpApplicationFactory.cs
- LinqDataSourceUpdateEventArgs.cs
- AttributeSetAction.cs
- FileDialogPermission.cs
- DataControlButton.cs
- BCLDebug.cs
- DragDrop.cs
- DetailsViewPageEventArgs.cs
- ThreadExceptionEvent.cs
- QueryOperationResponseOfT.cs
- CorrelationInitializer.cs
- RequiredFieldValidator.cs
- URLAttribute.cs
- AdRotator.cs
- ProcessThreadCollection.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- CompoundFileReference.cs
- CssStyleCollection.cs
- RegexCaptureCollection.cs
- FixedSOMSemanticBox.cs
- DemultiplexingClientMessageFormatter.cs
- ConstNode.cs
- ParserHooks.cs
- TdsParser.cs
- PerformanceCounter.cs
- ActivityDefaults.cs
- ParameterEditorUserControl.cs
- ScrollData.cs
- EditorPart.cs
- RequestValidator.cs
- ProxyHwnd.cs
- EventProviderTraceListener.cs
- IntegerFacetDescriptionElement.cs
- SiteMapProvider.cs
- GlyphRunDrawing.cs
- RepeaterItem.cs
- MouseBinding.cs
- ObjectSet.cs
- SqlDataRecord.cs
- ManagedWndProcTracker.cs
- ChtmlPhoneCallAdapter.cs
- HyperLinkField.cs
- BamlResourceSerializer.cs
- IteratorFilter.cs
- SspiSafeHandles.cs
- MissingMemberException.cs
- NumberEdit.cs
- Win32MouseDevice.cs
- XmlnsCompatibleWithAttribute.cs
- BlurEffect.cs
- AudioException.cs
- ListItemCollection.cs
- ApplicationBuildProvider.cs
- AssociationTypeEmitter.cs
- FixedNode.cs
- SqlSelectClauseBuilder.cs
- ClientSettingsStore.cs
- BufferedWebEventProvider.cs
- Dump.cs
- LockRecursionException.cs