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
Length
public int Length
Field Value
RefCount
public int RefCount
Field Value
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
EncodingThe encoding to interpret the string as
Returns
- string
The string, interpreted with the given encoding