0

I'm trying to call a .NET component using interop from a classic ASP page (VBScript). If a .NET function returns a "System.String", is there a way for me to use that as a VBScript string? Is there something I need to do to convert it?

2 Answers 2

1

You shouldn't need to convert it. System.String should be fine.

Sign up to request clarification or add additional context in comments.

Comments

1

No, you don't need to convert it to anything special. Just returning a System.String will be fine

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.