MtString

Namespace: SharpPluginLoader.Core

Represents a string in memory.

public struct MtString

Inheritance ObjectValueTypeMtString

Fields

RefCount

public int RefCount;

Length

public int Length;

Data

public <Data>e__FixedBuffer Data;

Methods

GetString(Encoding)

Gets the string from the data using the specified encoding.

string GetString(Encoding encoding)

Parameters

encoding Encoding
The encoding to interpret the string as

Returns

String
The string, interpreted with the given encoding

GetString()

Gets the string from the data using UTF-8 encoding.

string GetString()

Returns

String
The string, interpreted with UTF-8 encoding