ESRI.ArcGIS.Mobile.Client
TaskNoteToAbbreviatedStringConverter Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace : TaskNoteToAbbreviatedStringConverter Class

Converts a string--representing the Task.Note property--into an string with a maximum of 2 characters. Any string greater than 2 characters will return an asterisk (*).

Syntax

Visual Basic (Declaration) 
Public Class TaskNoteToAbbreviatedStringConverter 
   Inherits MarkupExtension
C# 
public class TaskNoteToAbbreviatedStringConverter : MarkupExtension 

Inheritance Hierarchy

System.Object
   System.Windows.Markup.MarkupExtension
      ESRI.ArcGIS.Mobile.Client.ValueConverters.TaskNoteToAbbreviatedStringConverter

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also