Enum StringLength
- Namespace
- Elegy.Common.Interfaces
- Assembly
- Elegy.Common.dll
String length options for IByteBuffer.
public enum StringLength
- Extension Methods
Fields
Long = 2
Up to approximately 2.147 billion characters.
Medium = 1
Up to 65'535 characters.
Short = 0
Up to 255 characters.