ScriptSpot

Forum topic · General Scripting

Dotnet > Encoding UTF8

By jmpinero · 2015-01-04

Description

Encoding = DotnetClass "System.Text.Encoding.UTF8"

byteData = Encoding.GetBytes(sendText)

Comments (2)

victorgilbert · 2015-01-07

I have tried Encoding UTF8 in the Java. Employing it in dotnet will be a new thing to me.

Solution!

jmpinero · 2015-01-06

byteData = Encoding.GetBytes(sendText) asDotnetObject:on