Table of Contents

Class utf8

Namespace
Dassie.Core
Assembly
Dassie.Core.dll

Provides a string processor to treat string literals as UTF-8 character arrays.

public class utf8 : IStringProcessor<byte[]>
Inheritance
utf8
Implements
Inherited Members
Extension Methods

Methods

Process(string)

Processes the specified input string.

public static byte[] Process(string input)

Parameters

input string

The string to process.

Returns

byte[]

The processed object.