'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.