Struct Utf8String
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)
Assembly: FFXIVClientStructs.dll
Syntax
public struct Utf8String : ICreatable
Fields
|
Improve this Doc
View Source
BufSize
Declaration
Field Value
| Type |
Description |
| System.Int64 |
|
|
Improve this Doc
View Source
BufUsed
Declaration
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
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
Field Value
| Type |
Description |
| System.Int64 |
|
|
Improve this Doc
View Source
StringPtr
Declaration
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
|
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
|
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