Show / Hide Table of Contents

Struct Utf8String

Implements
ICreatable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.FFXIV.Client.System.String
Assembly: FFXIVClientStructs.dll
Syntax
public struct Utf8String : ICreatable

Fields

| Improve this Doc View Source

BufSize

Declaration
public long BufSize
Field Value
Type Description
System.Int64
| Improve this Doc View Source

BufUsed

Declaration
public long BufUsed
Field Value
Type Description
System.Int64
| Improve this Doc View Source

InlineBuffer

Declaration
public byte *InlineBuffer
Field Value
Type Description
System.Byte*
| Improve this Doc View Source

IsEmpty

Declaration
public byte IsEmpty
Field Value
Type Description
System.Byte
| Improve this Doc View Source

IsUsingInlineBuffer

Declaration
public byte IsUsingInlineBuffer
Field Value
Type Description
System.Byte
| Improve this Doc View Source

StringLength

Declaration
public long StringLength
Field Value
Type Description
System.Int64
| Improve this Doc View Source

StringPtr

Declaration
public byte *StringPtr
Field Value
Type Description
System.Byte*

Methods

| Improve this Doc View Source

Ctor()

Declaration
[MemberFunction("E8 ? ? ? ? 44 2B F7")]
public void Ctor()
| Improve this Doc View Source

Dtor()

Declaration
[MemberFunction("E8 ? ? ? ? B0 6E")]
public void Dtor()
| Improve this Doc View Source

FromString(String)

Declaration
public static Utf8String*FromString(string str)
Parameters
Type Name Description
System.String str
Returns
Type Description
Utf8String*
| Improve this Doc View Source

FromString(String, IMemorySpace*)

Declaration
public static Utf8String*FromString(string str, IMemorySpace*memorySpace)
Parameters
Type Name Description
System.String str
IMemorySpace* memorySpace
Returns
Type Description
Utf8String*
| Improve this Doc View Source

SetString(Byte*)

Declaration
[MemberFunction("E8 ? ? ? ? 89 6F 68")]
public void SetString(byte *cStr)
Parameters
Type Name Description
System.Byte* cStr
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()

Implements

ICreatable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX