Elegy Engine API Reference Elegy Engine API Reference

Enum StringLength

Namespace
Elegy.Common.Interfaces
Assembly
Elegy.Common.dll

String length options for IByteBuffer.

public enum StringLength
Extension Methods
NumberExtensions.Filter<T>(T, bool)

Fields

Long = 2

Up to approximately 2.147 billion characters.

Medium = 1

Up to 65'535 characters.

Short = 0

Up to 255 characters.

Edit this page
Made with docfx