Show / Hide Table of Contents

Enum BSFlags

Flags for FastBuffer<T>.GetString.

[Flags]
public enum BSFlags

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
ReturnsLengthWith0

The API returns string length including the terminating '\0' character.

Truncates

If buffer too small, the API gets part of string instead of returning required buffer length.

Extension Methods

ExtMisc.HasAny<BSFlags>(BSFlags, BSFlags)
ExtMisc.Has<BSFlags>(BSFlags, BSFlags)
ExtMisc.SetFlag<BSFlags>(ref BSFlags, BSFlags, bool)