'Declaration
Public Function Reconvert( _ ByVal convertString As String _ ) As Boolean
public bool Reconvert( string convertString )
Parameters
- convertString
- A string to be reconverted.
Return Value
Return a bool indicates whether the reconverting is successful.