Table of Contents

Struct String1024

Namespace
Typhon.Schema.Definition
Assembly
Typhon.Schema.Definition.dll

A fixed 1024-byte inline UTF-8 string buffer — a blittable, fixed-size component field that stores its characters in place (no heap allocation).

public struct String1024
Inherited Members

Properties

AsString

Gets or sets the string value, encoded as inline UTF-8 and null-terminated. The setter truncates input that does not fit the buffer.

public string AsString { get; set; }

Property Value

string