ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / Ime Class / ConvertToConversionList Method
A string which represents the reading string.

In This Topic
    ConvertToConversionList Method
    In This Topic
    Fetch the result strings from a specified reading string.
    Syntax
    'Declaration
     
    
    Public Function ConvertToConversionList( _
       ByVal readingString As String _
    ) As String()
    public string[] ConvertToConversionList( 
       string readingString
    )

    Parameters

    readingString
    A string which represents the reading string.

    Return Value

    A string array which represents the candidate list.
    See Also