Table of Contents

Struct MtString

Namespace
SharpPluginLoader.Core
Assembly
SharpPluginLoader.Core.dll

Represents a string in memory.

public struct MtString
Inherited Members

Fields

Data

public sbyte* Data

Field Value

sbyte*

Length

public int Length

Field Value

int

RefCount

public int RefCount

Field Value

int

Methods

GetString()

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

public string GetString()

Returns

string

The string, interpreted with UTF-8 encoding

GetString(Encoding)

Gets the string from the data using the specified encoding.

public string GetString(Encoding encoding)

Parameters

encoding Encoding

The encoding to interpret the string as

Returns

string

The string, interpreted with the given encoding