How would do you call GetBytes (of System.Text.UTF8Encoding) from VBScript?
You can use the .NET Framework from VBScript as its exposed to COM, but I haven't come across good documentation/manuals.
How would do you call GetBytes (of System.Text.UTF8Encoding) from VBScript?
You can use the .NET Framework from VBScript as its exposed to COM, but I haven't come across good documentation/manuals.
If you are looking for equivalent in VBScript, you can do it using Ado Stream :
It's possible to access some .Net components (from mscorlib) from VBScript.