ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / ImeHelper Class / Convert Method
An Ime indicates the ime device.
A string to convert.
A ConvertMode enumeration that represents how to process the candidate window.

In This Topic
    Convert Method (ImeHelper)
    In This Topic
    Converts the specified string and determines how the candidate window should appear.
    Syntax
    'Declaration
     
    
    Public Shared Sub Convert( _
       ByVal ime As Ime, _
       ByVal convertString As String, _
       ByVal mode As ConvertMode _
    ) 
    public static void Convert( 
       Ime ime,
       string convertString,
       ConvertMode mode
    )

    Parameters

    ime
    An Ime indicates the ime device.
    convertString
    A string to convert.
    mode
    A ConvertMode enumeration that represents how to process the candidate window.
    See Also