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

In This Topic
    ConvertToReverseConversionList Method
    In This Topic
    Fecth reading strings from a specified result string.
    Syntax
    'Declaration
     
    
    Public Function ConvertToReverseConversionList( _
       ByVal resultString As String _
    ) As String()
    public string[] ConvertToReverseConversionList( 
       string resultString
    )

    Parameters

    resultString
    A string which represents the result string.

    Return Value

    A string array which represents the reading strings.
    See Also