Skip to content

C#->VB #825

@Studtrucker

Description

@Studtrucker

Steps to reproduce

Input Code

private bool ValidateInput()
    {
      return !Validation.GetHasError(txtFirstName)
           && !Validation.GetHasError(txtImagePath);
    }

Converted Code

''' Cannot convert GlobalStatementSyntax, CONVERSION ERROR: Conversion for GlobalStatement not implemented, please report this issue in 'private bool ValidateInput(...' at character 4
''' 
''' 
''' Input:
'''     private bool ValidateInput()
'''     {
'''       return !Validation.GetHasError(txtFirstName)
'''            && !Validation.GetHasError(txtImagePath);
'''     }
''' 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions